diff options
Diffstat (limited to 'board/freescale/mx35_3stack/u-boot.lds')
-rw-r--r-- | board/freescale/mx35_3stack/u-boot.lds | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/board/freescale/mx35_3stack/u-boot.lds b/board/freescale/mx35_3stack/u-boot.lds index 1b343be..c0156b5 100644 --- a/board/freescale/mx35_3stack/u-boot.lds +++ b/board/freescale/mx35_3stack/u-boot.lds @@ -38,6 +38,7 @@ SECTIONS { /* WARNING - the following is hand-optimized to fit within */ /* the sector layout of our flash chips! XXX FIXME XXX */ + board/freescale/mx35_3stack/flash_header.o (.text.flasheader) *(.text.head) /*arm startup code*/ *(.text.init) /*platform lowlevel initial code*/ *(.text.load) /*load bootloader*/ @@ -47,6 +48,7 @@ SECTIONS lib_arm/libarm.a (.text) net/libnet.a (.text) drivers/mtd/libmtd.a (.text) + drivers/mmc/libmmc.a (.text) . = DEFINED(env_offset) ? env_offset : .; common/env_embedded.o(.text) |