summaryrefslogtreecommitdiffstats
path: root/board/netstal/hcu5/u-boot.lds
diff options
context:
space:
mode:
authorNiklaus Giger <niklaus.giger@netstal.com>2008-01-16 18:39:08 +0100
committerStefan Roese <sr@denx.de>2008-01-17 13:50:18 +0100
commit4371090e5da77edc7bf9f296364db4801639d9c4 (patch)
treef6aa88bf2ac2468fb419d1e53c0660cfda0f4d08 /board/netstal/hcu5/u-boot.lds
parent4bd5036e60afac37e484c2d35cbbe7f6cc1623e7 (diff)
downloadtalos-obmc-uboot-4371090e5da77edc7bf9f296364db4801639d9c4.tar.gz
talos-obmc-uboot-4371090e5da77edc7bf9f296364db4801639d9c4.zip
ppc4xx: Netstal HCU5 board. Added POST. Various fixes
- Various fixes - Reduced rom_size from 384 to 320 kB - Environment is now in flash - Added POST - Support for OF Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
Diffstat (limited to 'board/netstal/hcu5/u-boot.lds')
-rw-r--r--board/netstal/hcu5/u-boot.lds2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/netstal/hcu5/u-boot.lds b/board/netstal/hcu5/u-boot.lds
index c517f7b556..2c48316c53 100644
--- a/board/netstal/hcu5/u-boot.lds
+++ b/board/netstal/hcu5/u-boot.lds
@@ -137,7 +137,7 @@ SECTIONS
*(COMMON)
}
- ppcenv_assert = ASSERT(. < 0xFFFF8000, ".bss section too big, overlaps .ppcenv section. Please update your confguration: CFG_MONITOR_BASE, CFG_MONITOR_LEN and TEXT_BASE may need to be modified.");
+ ppcenv_assert = ASSERT(. < 0xFFFFB000, ".bss section too big, overlaps .ppcenv section. Please update your confguration: CFG_MONITOR_BASE, CFG_MONITOR_LEN and TEXT_BASE may need to be modified.");
_end = . ;
PROVIDE (end = .);
OpenPOWER on IntegriCloud