[U-Boot] [PATCH 09/15] x86: Drop CONFIG_DCACHE_RAM_MRC_VAR_SIZE from header file
Simon Glass
sjg at chromium.org
Mon Jul 27 23:47:25 CEST 2015
This is provided in Kconfig so we don't need it here.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
include/configs/x86-chromebook.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/configs/x86-chromebook.h b/include/configs/x86-chromebook.h
index d5dd619..2be8850 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
--
2.5.0.rc2.392.g76e840b
More information about the U-Boot
mailing list