aboutsummaryrefslogtreecommitdiff
path: root/board/amcc/bamboo/u-boot.lds
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2005-08-04 17:09:16 +0200
committerStefan Roese <sr@denx.de>2005-08-04 17:09:16 +0200
commit17f50f22bc3f2d17258523f2ef3074e6ce1f7ffa (patch)
tree2c5d47cd55f487f0504458908d587e9bcd6963a6 /board/amcc/bamboo/u-boot.lds
parent3e0bc4473add883fd68a49b7dab971191b943415 (diff)
downloadu-boot-17f50f22bc3f2d17258523f2ef3074e6ce1f7ffa.zip
u-boot-17f50f22bc3f2d17258523f2ef3074e6ce1f7ffa.tar.gz
u-boot-17f50f22bc3f2d17258523f2ef3074e6ce1f7ffa.tar.bz2
Add support for AMCC Bamboo PPC440EP eval board
Patch by Stefan Roese, 04 Aug 2005
Diffstat (limited to 'board/amcc/bamboo/u-boot.lds')
-rw-r--r--board/amcc/bamboo/u-boot.lds5
1 files changed, 4 insertions, 1 deletions
diff --git a/board/amcc/bamboo/u-boot.lds b/board/amcc/bamboo/u-boot.lds
index a4016d5..c978dba 100644
--- a/board/amcc/bamboo/u-boot.lds
+++ b/board/amcc/bamboo/u-boot.lds
@@ -74,7 +74,7 @@ SECTIONS
cpu/ppc4xx/serial.o (.text)
cpu/ppc4xx/cpu_init.o (.text)
cpu/ppc4xx/speed.o (.text)
- cpu/ppc4xx/405gp_enet.o (.text)
+ cpu/ppc4xx/440gx_enet.o (.text)
common/dlmalloc.o (.text)
lib_generic/crc32.o (.text)
lib_ppc/extable.o (.text)
@@ -150,6 +150,9 @@ SECTIONS
*(.bss)
*(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.");
+
_end = . ;
PROVIDE (end = .);
}