X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fliteboard.h;h=dc6f15a2a2282a8c270c13322fbb89a7242bca46;hb=7cfbba36e9f84312afe8cd6d12db4e9e9c1e04b5;hp=2dcd4db28cb079f52fcf38ae3388d9385a098235;hpb=1c4b5038afcc7cdb1064713f65571da05aa0de0e;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/liteboard.h b/include/configs/liteboard.h index 2dcd4db..dc6f15a 100644 --- a/include/configs/liteboard.h +++ b/include/configs/liteboard.h @@ -16,9 +16,6 @@ /* SPL options */ #include "imx6_spl.h" -/* Size of malloc() pool */ -#define CONFIG_SYS_MALLOC_LEN (16 * SZ_1M) - #define CONFIG_MXC_UART_BASE UART1_BASE /* MMC Configs */ @@ -104,8 +101,6 @@ "else run netboot; fi" /* Miscellaneous configurable options */ - -#define CONFIG_SYS_LOAD_ADDR CONFIG_LOADADDR #define CONFIG_SYS_HZ 1000 /* Physical Memory Map */ @@ -121,8 +116,6 @@ (CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_INIT_SP_OFFSET) /* FLASH and environment organization */ -#define CONFIG_SYS_MMC_ENV_DEV 0 -#define CONFIG_SYS_MMC_ENV_PART 0 #define CONFIG_MMCROOT "/dev/mmcblk0p2" /* USB Configs */ @@ -143,6 +136,4 @@ #define CONFIG_ETHPRIME "FEC" #endif -#define CONFIG_IMX_THERMAL - #endif