diff options
author | Eugene OBrien <eugene.obrien@advantechamt.com> | 2007-07-31 10:24:56 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-07-31 10:24:56 +0200 |
commit | d2f68006627eda6cb6c7f364bddf621dbfd2fc68 (patch) | |
tree | b2cdeab303ae39e899edd1788d7b9f392c82c59b /board/amcc/bamboo/u-boot.lds | |
parent | ea9f6bce383cc9fbcdee28b5836109b1a6dba574 (diff) | |
download | u-boot-imx-d2f68006627eda6cb6c7f364bddf621dbfd2fc68.zip u-boot-imx-d2f68006627eda6cb6c7f364bddf621dbfd2fc68.tar.gz u-boot-imx-d2f68006627eda6cb6c7f364bddf621dbfd2fc68.tar.bz2 |
ppc4xx: Update AMCC Bamboo 440EP support
Changed storage type of cfg_simulate_spd_eeprom to const
Changed storage type of gpio_tab to stack storage
(Cannot access global data declarations in .bss until afer code relocation)
Improved SDRAM tests to catch problems where data is not uniquely addressable
(e.g. incorrectly programmed SDRAM row or columns)
Added CONFIG_PROG_SDRAM_TLB to support Bamboo SIMM/DIMM modules
Fixed AM29LV320DT (OpCode Flash) sector map
Signed-off-by: Eugene OBrien <eugene.obrien@advantechamt.com>
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'board/amcc/bamboo/u-boot.lds')
-rw-r--r-- | board/amcc/bamboo/u-boot.lds | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/board/amcc/bamboo/u-boot.lds b/board/amcc/bamboo/u-boot.lds index f6d7183..0375618 100644 --- a/board/amcc/bamboo/u-boot.lds +++ b/board/amcc/bamboo/u-boot.lds @@ -141,8 +141,6 @@ 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."); - _end = . ; PROVIDE (end = .); } |