X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fstih410-b2260.h;h=b67efbb1683047f559130fe207ca67b19e79302d;hb=bdf97b5d393fc94666a847e9bac1c358b2c63c59;hp=d8bf3b6580e34b6c15eca3f4272d83324cce1c7c;hpb=5b2e9a8cf98c0c074a45d497136af63d29b62fff;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/stih410-b2260.h b/include/configs/stih410-b2260.h index d8bf3b6..b67efbb 100644 --- a/include/configs/stih410-b2260.h +++ b/include/configs/stih410-b2260.h @@ -7,8 +7,9 @@ #ifndef __CONFIG_H #define __CONFIG_H +#include + /* ram memory-related information */ -#define CONFIG_NR_DRAM_BANKS 1 #define PHYS_SDRAM_1 0x40000000 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM_1 #define PHYS_SDRAM_1_SIZE 0x3E000000 @@ -19,6 +20,7 @@ /* Environment */ #define CONFIG_LOADADDR CONFIG_SYS_LOAD_ADDR +#define CONFIG_SYS_BOOTM_LEN SZ_16M #define BOOT_TARGET_DEVICES(func) \ func(MMC, mmc, 0) \