Sign in
coral
/
uboot-imx
/
52b4e4d87cbb27edf36397ff270208c24cda2f58
/
.
/
tools
/
binman
/
test
/
u_boot_ucode_ptr.lds
blob: 0cf9b762b5d761af1f17c3b8e565eca2f45ceb29 [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: GPL-2.0+ */
/*
* Copyright (c) 2016 Google, Inc
*/
OUTPUT_FORMAT
(
"elf32-i386"
,
"elf32-i386"
,
"elf32-i386"
)
OUTPUT_ARCH
(
i386
)
ENTRY
(
_start
)
SECTIONS
{
.
=
0xfffffdf0
;
_start
=
.;
.
ucode
:
{
*(.
ucode
)
}
}