Sign in
qemu
/
opensbi
/
9e8ff05cb61f157fb0bcb6b0071d7b6dc0763faa
/
.
/
blob
/
fw_jump.elf.ldS
blob: dfffbf6013ed83c0b48669c120e8e9cb91ef91a2 [
file
] [
log
] [
blame
]
/*
* Copyright (c) 2018 Western Digital Corporation or its affiliates.
*
* Authors:
* Anup Patel <anup.patel@wdc.com>
*
* SPDX-License-Identifier: BSD-2-Clause
*/
OUTPUT_ARCH
(
riscv
)
ENTRY
(
_start
)
SECTIONS
{
#include
"fw_common.ldS"
}