From: Thierry Reding Date: Thu, 17 Nov 2011 00:04:06 +0000 (+0000) Subject: tegra2: Change CONFIG_SYS_TEXT_BASE to 0x00108000. X-Git-Tag: v2012.04-rc1~329^2~13 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0350c6b924146814ab5390dd5f74665088354a21;p=u-boot tegra2: Change CONFIG_SYS_TEXT_BASE to 0x00108000. NVIDIA's flashing tools assume that the bootloader is loaded at address 0x00108000. Instead of requiring non-standard builds of those tools which allow a load address of 0x00E08000, this commit just switches all Tegra2 boards to use the standard load address. Signed-off-by: Thierry Reding Tested-by: Simon Glass Acked-by: Simon Glass Signed-off-by: Tom Warren --- diff --git a/include/configs/tegra2-common.h b/include/configs/tegra2-common.h index ffea4013eb..e6f385fac3 100644 --- a/include/configs/tegra2-common.h +++ b/include/configs/tegra2-common.h @@ -151,7 +151,7 @@ #define PHYS_SDRAM_1 TEGRA2_SDRC_CS0 #define PHYS_SDRAM_1_SIZE 0x20000000 /* 512M */ -#define CONFIG_SYS_TEXT_BASE 0x00E08000 +#define CONFIG_SYS_TEXT_BASE 0x00108000 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM_1 #define CONFIG_SYS_INIT_RAM_ADDR CONFIG_STACKBASE