X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fhikey960.h;h=fad1f980481e79b694904d75fdb21a0fc7f83536;hb=65cc0e2a65d2c9f107b2f42db6396d9ade6c5ad8;hp=c088f2f2b6913b6ce739c92d503516c099bb7603;hpb=c5b9bf5518411c72a3763371049cfabeb5f16633;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/hikey960.h b/include/configs/hikey960.h index c088f2f..fad1f98 100644 --- a/include/configs/hikey960.h +++ b/include/configs/hikey960.h @@ -9,20 +9,16 @@ #include -#define CONFIG_SYS_BOOTM_LEN SZ_64M - /* Physical Memory Map */ -/* CONFIG_SYS_TEXT_BASE needs to align with where ATF loads bl33.bin */ +/* CONFIG_TEXT_BASE needs to align with where ATF loads bl33.bin */ #define PHYS_SDRAM_1 0x00000000 #define PHYS_SDRAM_1_SIZE 0xC0000000 -#define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM_1 - -#define CONFIG_SYS_INIT_RAM_SIZE 0x1000 +#define CFG_SYS_SDRAM_BASE PHYS_SDRAM_1 -#define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_SDRAM_BASE + 0x7fff0) +#define CFG_SYS_INIT_RAM_SIZE 0x1000 /* Generic Interrupt Controller Definitions */ #define GICD_BASE 0xe82b1000 @@ -43,6 +39,5 @@ BOOTENV /* TODO: Remove this once the SD clock is fixed */ -#define CONFIG_SYS_MMC_MAX_BLK_COUNT 1024 #endif /* __HIKEY_H */