X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Ftheadorable.h;h=4f7c9647e2927343a4c96286f0d9c99cf0bdaccb;hb=aca1f6789aa2e384a58909fa7a9696db9d607675;hp=14817b165cfa72e24f1876f78af4cd458a7280e9;hpb=edca8cf72130c53fe399d1f354937c04efb96c7d;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/theadorable.h b/include/configs/theadorable.h index 14817b1..4f7c964 100644 --- a/include/configs/theadorable.h +++ b/include/configs/theadorable.h @@ -40,12 +40,6 @@ "fdt_high=0x10000000\0" \ "initrd_high=0x10000000\0" -/* SATA support */ -#define CONFIG_LBA48 - -/* Enable LCD and reserve 512KB from top of memory*/ -#define CONFIG_SYS_MEM_TOP_HIDE 0x80000 - /* FPGA programming support */ #define CONFIG_FPGA_STRATIX_V @@ -76,17 +70,6 @@ /* SPL */ /* Defines for SPL */ -#define CONFIG_SPL_MAX_SIZE ((128 << 10) - (CONFIG_SPL_TEXT_BASE - 0x40000000)) - -#define CONFIG_SPL_BSS_START_ADDR (0x40000000 + (128 << 10)) -#define CONFIG_SPL_BSS_MAX_SIZE (16 << 10) - -#ifdef CONFIG_SPL_BUILD -#define CONFIG_SYS_MALLOC_SIMPLE -#endif - -#define CONFIG_SPL_STACK (0x40000000 + ((192 - 16) << 10)) -#define CONFIG_SPL_BOOTROM_SAVE (CONFIG_SPL_STACK + 4) /* Enable DDR support in SPL (DDR3 training from Marvell bin_hdr) */ #define CONFIG_SYS_SDRAM_SIZE SZ_2G