summaryrefslogtreecommitdiffstats
path: root/board/freescale/m5282evb/u-boot.lds
diff options
context:
space:
mode:
authorTsiChung Liew <Tsi-Chung.Liew@freescale.com>2008-08-11 15:54:25 +0000
committerJohn Rigby <jrigby@freescale.com>2008-08-14 12:31:56 -0600
commit4cb4e654cafabaa1ac180d37b00c8f6095dae9c9 (patch)
treed1a90677bcaaf41dc2a932c248deb44cb21329fa /board/freescale/m5282evb/u-boot.lds
parent10db3a17a278dd3a27668b31cb32cdd1476e9513 (diff)
downloadtalos-obmc-uboot-4cb4e654cafabaa1ac180d37b00c8f6095dae9c9.tar.gz
talos-obmc-uboot-4cb4e654cafabaa1ac180d37b00c8f6095dae9c9.zip
ColdFire: Multiple fixes for M5282EVB
Incorrect CFG_HZ value, change 1000000 to 1000. Rename #waring to #warning. RAMBAR1 uses twice in start.S, rename the later to FLASHBAR. Insert nop for DRAM setup. And, env_offset in linker file. Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
Diffstat (limited to 'board/freescale/m5282evb/u-boot.lds')
-rw-r--r--board/freescale/m5282evb/u-boot.lds3
1 files changed, 1 insertions, 2 deletions
diff --git a/board/freescale/m5282evb/u-boot.lds b/board/freescale/m5282evb/u-boot.lds
index dd2666b764..96fde65382 100644
--- a/board/freescale/m5282evb/u-boot.lds
+++ b/board/freescale/m5282evb/u-boot.lds
@@ -60,9 +60,8 @@ SECTIONS
lib_generic/string.o (.text)
lib_generic/vsprintf.o (.text)
lib_generic/crc32.o (.text)
- lib_generic/zlib.o (.text)
-/* . = env_offset; */
+ . = env_offset;
common/environment.o(.text)
*(.text)
OpenPOWER on IntegriCloud