From patchwork Thu Sep 30 17:54:00 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [U-Boot] Kirkwood: Changes specific to ARM relocation support Date: Thu, 30 Sep 2010 07:54:00 -0000 From: Prafulla Wadaskar X-Patchwork-Id: 71854 Message-Id: <1285869240-17251-3-git-send-email-prafulla@marvell.com> To: u-boot@lists.denx.de Cc: Ashish Karkare , Prabhanjan Sarnaik All Kirkwood based boards are supported for this new implementation ref: dovs/README.arm-relocation Signed-off-by: Prafulla Wadaskar --- include/configs/mv-common.h | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/include/configs/mv-common.h b/include/configs/mv-common.h index ca9f33b..b80ad00 100644 --- a/include/configs/mv-common.h +++ b/include/configs/mv-common.h @@ -56,6 +56,12 @@ #error "Unsupported SoC" #endif +/* additions for new ARM relocation support */ +#undef CONFIG_RELOC_FIXUP_WORKS +#define CONFIG_SYS_SDRAM_BASE 0x00000000 +#define CONFIG_SYS_INIT_SP_ADDR (0x00000000 + 0x1000 - \ + CONFIG_SYS_GBL_DATA_SIZE) + /* * CLKs configurations */