summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2016-05-22 01:45:30 -0700
committerBin Meng <bmeng.cn@gmail.com>2016-05-23 15:27:41 +0800
commit0ac8d5e552c5642d97ce71658ecebb273d259221 (patch)
tree71b9eb9bb9aa6d3befe4fcc4aaf4f54a42a11af8 /configs
parentbab4b96166037016010238a19c8ab7175386cbc4 (diff)
downloadblackbird-obmc-uboot-0ac8d5e552c5642d97ce71658ecebb273d259221.tar.gz
blackbird-obmc-uboot-0ac8d5e552c5642d97ce71658ecebb273d259221.zip
x86: galileo: Enable CPU driver
Add a cpu node in the device tree and enable CPU driver. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs')
-rw-r--r--configs/galileo_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/galileo_defconfig b/configs/galileo_defconfig
index 17b14589cc..21432e69c1 100644
--- a/configs/galileo_defconfig
+++ b/configs/galileo_defconfig
@@ -8,6 +8,7 @@ CONFIG_FIT=y
CONFIG_BOOTSTAGE=y
CONFIG_BOOTSTAGE_REPORT=y
CONFIG_HUSH_PARSER=y
+CONFIG_CMD_CPU=y
# CONFIG_CMD_IMLS is not set
# CONFIG_CMD_FLASH is not set
CONFIG_CMD_MMC=y
@@ -30,6 +31,7 @@ CONFIG_OF_CONTROL=y
CONFIG_NET_RANDOM_ETHADDR=y
CONFIG_REGMAP=y
CONFIG_SYSCON=y
+CONFIG_CPU=y
CONFIG_SPI_FLASH=y
CONFIG_SPI_FLASH_GIGADEVICE=y
CONFIG_SPI_FLASH_MACRONIX=y
OpenPOWER on IntegriCloud