From: Simon Glass Date: Mon, 27 Jul 2015 21:47:25 +0000 (-0600) Subject: x86: Drop CONFIG_DCACHE_RAM_MRC_VAR_SIZE from header file X-Git-Tag: KARO-TX6-2015-09-18~905 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=af87f8416e4ee1408dbcbf4e9082a8a695d8b67c x86: Drop CONFIG_DCACHE_RAM_MRC_VAR_SIZE from header file This is provided in Kconfig so we don't need it here. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- diff --git a/include/configs/x86-chromebook.h b/include/configs/x86-chromebook.h index d5dd61913c..2be885079e 100644 --- a/include/configs/x86-chromebook.h +++ b/include/configs/x86-chromebook.h @@ -10,7 +10,6 @@ #define CONFIG_SYS_MONITOR_LEN (1 << 20) -#define CONFIG_DCACHE_RAM_MRC_VAR_SIZE 0x4000 #define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_MISC_INIT_R