diff options
author | Wolfgang Denk <wd@denx.de> | 2008-01-23 14:19:45 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-01-23 14:19:45 +0100 |
commit | 8f00731818f0f0deaca899bde56de98d3d95c0b6 (patch) | |
tree | c20b13ba953ec3a0af0564ee7f79d151e6ff934a /board/netstal/hcu5/u-boot.lds | |
parent | ed3afca32e1b28e441bc9f4b804edac47686554e (diff) | |
parent | 9cfff9e9d4d9dbb9bb428cea3fa2cda3b3e593ad (diff) | |
download | u-boot-imx-8f00731818f0f0deaca899bde56de98d3d95c0b6.zip u-boot-imx-8f00731818f0f0deaca899bde56de98d3d95c0b6.tar.gz u-boot-imx-8f00731818f0f0deaca899bde56de98d3d95c0b6.tar.bz2 |
Merge branch 'master' of git://www.denx.de/git/u-boot-ppc4xx
Diffstat (limited to 'board/netstal/hcu5/u-boot.lds')
-rw-r--r-- | board/netstal/hcu5/u-boot.lds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/netstal/hcu5/u-boot.lds b/board/netstal/hcu5/u-boot.lds index c517f7b..2c48316 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 = .); |