summaryrefslogtreecommitdiffstats
path: root/board/icu862
diff options
context:
space:
mode:
authorwdenk <wdenk>2003-08-28 09:41:22 +0000
committerwdenk <wdenk>2003-08-28 09:41:22 +0000
commitd94f92cbd7f4a4d3bf0d5d963b709c686e8f6633 (patch)
treec85dd4a10c5a68ca09b9139c1b6428d55ada6451 /board/icu862
parente0ac62d798ce60ec5d43125d4786e58b0d881836 (diff)
downloadblackbird-obmc-uboot-d94f92cbd7f4a4d3bf0d5d963b709c686e8f6633.tar.gz
blackbird-obmc-uboot-d94f92cbd7f4a4d3bf0d5d963b709c686e8f6633.zip
* Fix ICU862 environment problem
* Fix RAM size detection for RMU board * Implement "reset" for MGT5100/MPC5200 systems
Diffstat (limited to 'board/icu862')
-rw-r--r--board/icu862/u-boot.lds5
1 files changed, 0 insertions, 5 deletions
diff --git a/board/icu862/u-boot.lds b/board/icu862/u-boot.lds
index 496c5987ff..84e9cbf2e5 100644
--- a/board/icu862/u-boot.lds
+++ b/board/icu862/u-boot.lds
@@ -136,11 +136,6 @@ SECTIONS
*(.bss)
*(COMMON)
}
- . = ALIGN(256 * 1024);
- .ppcenv :
- {
- common/environment.o (.ppcenv)
- }
_end = . ;
PROVIDE (end = .);
}
OpenPOWER on IntegriCloud