diff options
author | Heiko Schocher <hs@denx.de> | 2010-10-11 14:08:14 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-10-13 10:12:01 +0200 |
commit | 9710504d200599a6e7e7ac0046adca43cfccaf0f (patch) | |
tree | b9c02af8426938a33e92956fa5a1b46d7c0881c9 /include/configs/tx25.h | |
parent | 4a8fd13af82b7b37099fea3d12ea52e5bcc151a5 (diff) |
arm926ejs, tx25: add support for ELF relocations
Signed-off-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'include/configs/tx25.h')
-rw-r--r-- | include/configs/tx25.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/tx25.h b/include/configs/tx25.h index bcc8140df0d..996afa3b070 100644 --- a/include/configs/tx25.h +++ b/include/configs/tx25.h @@ -41,7 +41,7 @@ #define CONFIG_SYS_NAND_U_BOOT_OFFS 0x800 #define CONFIG_SYS_NAND_U_BOOT_SIZE 0x30000 -#define CONFIG_SYS_NAND_U_BOOT_DST (0x81fc0000) +#define CONFIG_SYS_NAND_U_BOOT_DST (0x81200000) #define CONFIG_SYS_NAND_U_BOOT_START CONFIG_SYS_NAND_U_BOOT_DST #define CONFIG_SYS_NAND_PAGE_SIZE 2048 |