diff options
author | Wolfgang Denk <wd@denx.de> | 2009-03-25 22:43:25 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-03-25 22:43:25 +0100 |
commit | 2c5bd16af132bb6e9158c43fc6206fa0f1f501c1 (patch) | |
tree | 39c3dd1da3692cbe609f66f4d004451944d89771 /board/bf537-stamp/u-boot.lds.S | |
parent | 196c74311f394c6eb08bd9ab07a35671299b9851 (diff) | |
parent | 4de1a5daab079ddc8ce1274144700203d692105c (diff) | |
download | u-boot-imx-2c5bd16af132bb6e9158c43fc6206fa0f1f501c1.zip u-boot-imx-2c5bd16af132bb6e9158c43fc6206fa0f1f501c1.tar.gz u-boot-imx-2c5bd16af132bb6e9158c43fc6206fa0f1f501c1.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-blackfin
Diffstat (limited to 'board/bf537-stamp/u-boot.lds.S')
-rw-r--r-- | board/bf537-stamp/u-boot.lds.S | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/board/bf537-stamp/u-boot.lds.S b/board/bf537-stamp/u-boot.lds.S index 76daa75..8ddfa81 100644 --- a/board/bf537-stamp/u-boot.lds.S +++ b/board/bf537-stamp/u-boot.lds.S @@ -44,12 +44,11 @@ OUTPUT_ARCH(bfin) -/* The 0xC offset is so we don't clobber the tiny LDR jump block. */ MEMORY { ram : ORIGIN = CONFIG_SYS_MONITOR_BASE, LENGTH = CONFIG_SYS_MONITOR_LEN - l1_code : ORIGIN = L1_INST_SRAM+0xC, LENGTH = L1_INST_SRAM_SIZE - l1_data : ORIGIN = L1_DATA_B_SRAM, LENGTH = L1_DATA_B_SRAM_SIZE + l1_code : ORIGIN = L1_INST_SRAM, LENGTH = L1_INST_SRAM_SIZE + l1_data : ORIGIN = L1_DATA_B_SRAM, LENGTH = L1_DATA_B_SRAM_SIZE } ENTRY(_start) |