summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2015-10-12 01:30:43 -0700
committerSimon Glass <sjg@chromium.org>2015-10-21 07:46:27 -0600
commit06f16c4148ea0dee3b9269051679c87e9a238431 (patch)
tree7394f8efa159b0b29a08517c980c6399647a75e4 /configs
parent2fc2b83a7da61d81eee9ceaad9b3b07174838793 (diff)
downloadtalos-obmc-uboot-06f16c4148ea0dee3b9269051679c87e9a238431.tar.gz
talos-obmc-uboot-06f16c4148ea0dee3b9269051679c87e9a238431.zip
x86: galileo: Enable mrc cache
Now that we have added MRC cache on quark support codes, enable it on Intel Galileo board. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs')
-rw-r--r--configs/galileo_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/galileo_defconfig b/configs/galileo_defconfig
index d1808a5633..1e1ce95846 100644
--- a/configs/galileo_defconfig
+++ b/configs/galileo_defconfig
@@ -2,6 +2,7 @@ CONFIG_X86=y
CONFIG_VENDOR_INTEL=y
CONFIG_DEFAULT_DEVICE_TREE="galileo"
CONFIG_TARGET_GALILEO=y
+CONFIG_ENABLE_MRC_CACHE=y
CONFIG_GENERATE_PIRQ_TABLE=y
# CONFIG_CMD_IMLS is not set
# CONFIG_CMD_FLASH is not set
OpenPOWER on IntegriCloud