diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2015-11-25 17:46:07 -0800 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2015-12-09 17:44:52 +0800 |
commit | efe2d80cca4822ce6c435993e01467eeee8babfb (patch) | |
tree | 99c6eda9521d220bb1a5e434a2a21e0c6d3a957a /include | |
parent | 9bf76c21e0248d06ad7e804b1a95d6cd0bc5f14f (diff) | |
download | u-boot-imx-efe2d80cca4822ce6c435993e01467eeee8babfb.zip u-boot-imx-efe2d80cca4822ce6c435993e01467eeee8babfb.tar.gz u-boot-imx-efe2d80cca4822ce6c435993e01467eeee8babfb.tar.bz2 |
x86: Clean up ivybridge/chrome Kconfig options
There are some options which are never used, and also some options
which are selected by others but have never been a Kconfg option.
Clean these up.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
Tested-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/x86-chromebook.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/x86-chromebook.h b/include/configs/x86-chromebook.h index 9fb1a7a..c575dab 100644 --- a/include/configs/x86-chromebook.h +++ b/include/configs/x86-chromebook.h @@ -14,7 +14,6 @@ #define CONFIG_MISC_INIT_R #define CONFIG_X86_MRC_ADDR 0xfffa0000 -#define CONFIG_CACHE_MRC_SIZE_KB 512 #define CONFIG_SCSI_DEV_LIST \ {PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_NM10_AHCI}, \ |