summaryrefslogtreecommitdiff
path: root/include/configs/chromebook_link.h
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2015-01-06 14:14:19 (GMT)
committerSimon Glass <sjg@chromium.org>2015-01-13 15:25:04 (GMT)
commit24ef04280cc9730679d390acb41bb02487527303 (patch)
tree7562e90025097515a4531a512481231df909396c /include/configs/chromebook_link.h
parent9d74f03460a788e004fb1fb4cb53003d26f57298 (diff)
downloadu-boot-24ef04280cc9730679d390acb41bb02487527303.tar.xz
x86: Move CONFIG_SYS_CAR_xxx to Kconfig
Move CONFIG_SYS_CAR_ADDR and CONFIG_SYS_CAR_SIZE to Kconfig so that we don't need them in the board configuration file thus the same board configuratoin file can be used to build both coreboot version and bare version. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/chromebook_link.h')
-rw-r--r--include/configs/chromebook_link.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/chromebook_link.h b/include/configs/chromebook_link.h
index 449f0c2..318f1a8 100644
--- a/include/configs/chromebook_link.h
+++ b/include/configs/chromebook_link.h
@@ -15,9 +15,9 @@
#include <configs/x86-common.h>
-#define CONFIG_SYS_CAR_ADDR 0xff7e0000
-#define CONFIG_SYS_CAR_SIZE (128 * 1024)
+
#define CONFIG_SYS_MONITOR_LEN (1 << 20)
+
#define CONFIG_DCACHE_RAM_MRC_VAR_SIZE 0x4000
#define CONFIG_BOARD_EARLY_INIT_F
#define CONFIG_DISPLAY_CPUINFO