mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
Merge git://git.denx.de/u-boot-sh
This commit is contained in:
@@ -9,7 +9,12 @@
|
|||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
|
#ifdef CONFIG_SYS_BIG_ENDIAN
|
||||||
|
OUTPUT_FORMAT("elf32-shbig-linux", "elf32-shbig-linux", "elf32-sh-linux")
|
||||||
|
#else
|
||||||
OUTPUT_FORMAT("elf32-sh-linux", "elf32-sh-linux", "elf32-sh-linux")
|
OUTPUT_FORMAT("elf32-sh-linux", "elf32-sh-linux", "elf32-sh-linux")
|
||||||
|
#endif
|
||||||
|
|
||||||
OUTPUT_ARCH(sh)
|
OUTPUT_ARCH(sh)
|
||||||
|
|
||||||
MEMORY
|
MEMORY
|
||||||
@@ -33,10 +38,6 @@ SECTIONS
|
|||||||
KEEP(CONFIG_BOARDDIR/lowlevel_init.o (.text .spiboot1.text))
|
KEEP(CONFIG_BOARDDIR/lowlevel_init.o (.text .spiboot1.text))
|
||||||
KEEP(*(.spiboot2.text))
|
KEEP(*(.spiboot2.text))
|
||||||
. = ALIGN(8192);
|
. = ALIGN(8192);
|
||||||
env/embedded.o (.ppcenv)
|
|
||||||
. = ALIGN(8192);
|
|
||||||
env/embedded.o (.ppcenvr)
|
|
||||||
. = ALIGN(8192);
|
|
||||||
*(.text)
|
*(.text)
|
||||||
. = ALIGN(4);
|
. = ALIGN(4);
|
||||||
} >ram =0xFF
|
} >ram =0xFF
|
||||||
|
Reference in New Issue
Block a user