From: Sandeep Paulraj Date: Sat, 27 Nov 2010 23:49:49 +0000 (-0500) Subject: DaVinci DM355: Fix for ARM Relocation support X-Git-Tag: v2010.12-rc2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=44df860b8e40140d3b56a120520dc7361ef38723;p=platform%2Fkernel%2Fu-boot.git DaVinci DM355: Fix for ARM Relocation support Fix for ARM Relocation support Signed-off-by: Sandeep Paulraj --- diff --git a/include/configs/davinci_dm355evm.h b/include/configs/davinci_dm355evm.h index 8a69052..90f8e7c 100644 --- a/include/configs/davinci_dm355evm.h +++ b/include/configs/davinci_dm355evm.h @@ -189,4 +189,10 @@ #define MTDPARTS_DEFAULT \ "mtdparts=davinci_nand.0:" PART_BOOT PART_KERNEL PART_REST +#define CONFIG_MAX_RAM_BANK_SIZE (256 << 20) /* 256 MB */ + +#define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM_1 +#define CONFIG_SYS_INIT_SP_ADDR \ + (CONFIG_SYS_SDRAM_BASE + 0x1000 - GENERATED_GBL_DATA_SIZE) + #endif /* __CONFIG_H */