diff options
author | TsiChung Liew <tsicliew@gmail.com> | 2009-06-11 15:39:57 +0000 |
---|---|---|
committer | TsiChung Liew <Tsi-Chung.Liew@freescale.com> | 2009-07-14 09:27:14 -0500 |
commit | 709b384b6493d9726dce20663ebe31bf7cab2925 (patch) | |
tree | e4c685869604d834cc30d67186ec23e55d817c18 /board/freescale | |
parent | bbf6bbffcaf694c03504c661e58fbd1aefe5bf64 (diff) | |
download | u-boot-midas-709b384b6493d9726dce20663ebe31bf7cab2925.tar.gz u-boot-midas-709b384b6493d9726dce20663ebe31bf7cab2925.tar.bz2 u-boot-midas-709b384b6493d9726dce20663ebe31bf7cab2925.zip |
ColdFire: Update for M54451EVB
Update serial boot DRAM's Internal RAM, vector table and DRAM in
start.S, serial flash's read status command over SPI and NOR
flash.
Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
Diffstat (limited to 'board/freescale')
-rw-r--r-- | board/freescale/m54451evb/u-boot.spa | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/board/freescale/m54451evb/u-boot.spa b/board/freescale/m54451evb/u-boot.spa index 08e184c1e6..d8caefad64 100644 --- a/board/freescale/m54451evb/u-boot.spa +++ b/board/freescale/m54451evb/u-boot.spa @@ -56,10 +56,13 @@ SECTIONS /* the sector layout of our flash chips! XXX FIXME XXX */ cpu/mcf5445x/start.o (.text) - lib_m68k/traps.o (.text) - lib_m68k/interrupts.o (.text) + cpu/mcf5445x/libmcf5445x.a (.text) + lib_m68k/libm68k.a (.text) + common/cmd_flash.o (.text) common/dlmalloc.o (.text) - lib_generic/zlib.o (.text) + common/main.o (.text) + common/image.o (.text) + lib_generic/libgeneric.a (.text) . = DEFINED(env_offset) ? env_offset : .; common/env_embedded.o (.text) |