summaryrefslogtreecommitdiffstats
path: root/board/google
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2015-01-06 22:14:19 +0800
committerSimon Glass <sjg@chromium.org>2015-01-13 07:25:04 -0800
commit24ef04280cc9730679d390acb41bb02487527303 (patch)
tree7562e90025097515a4531a512481231df909396c /board/google
parent9d74f03460a788e004fb1fb4cb53003d26f57298 (diff)
downloadtalos-obmc-uboot-24ef04280cc9730679d390acb41bb02487527303.tar.gz
talos-obmc-uboot-24ef04280cc9730679d390acb41bb02487527303.zip
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 'board/google')
-rw-r--r--board/google/chromebook_link/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/board/google/chromebook_link/Kconfig b/board/google/chromebook_link/Kconfig
index a9a55e8d83..33a31f311f 100644
--- a/board/google/chromebook_link/Kconfig
+++ b/board/google/chromebook_link/Kconfig
@@ -30,4 +30,12 @@ config EARLY_POST_CROS_EC
bool "Enable early post to Chrome OS EC"
default y
+config SYS_CAR_ADDR
+ hex
+ default 0xff7e0000
+
+config SYS_CAR_SIZE
+ hex
+ default 0x20000
+
endif
OpenPOWER on IntegriCloud