diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2016-10-09 04:14:20 -0700 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2016-10-12 10:58:24 +0800 |
commit | 00bcaedd5c4063c677d16af264bbcb991fb9675c (patch) | |
tree | a46ae98a520907c7c04f1e26a864601773b305d1 /include/configs/galileo.h | |
parent | 21c9bcebd0e388a7acc2b1a3dc38127e0fd6182c (diff) |
x86: Clean up unused macros in the configuration headers
Legacy video driver macros are not needed. Clean them up.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/galileo.h')
-rw-r--r-- | include/configs/galileo.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/galileo.h b/include/configs/galileo.h index 40f7fba833b..034142cf7c4 100644 --- a/include/configs/galileo.h +++ b/include/configs/galileo.h @@ -31,10 +31,6 @@ #undef CONFIG_SCSI_AHCI #undef CONFIG_SCSI -/* Video is not supported in Quark SoC */ -#undef CONFIG_VIDEO -#undef CONFIG_CFB_CONSOLE - /* SD/MMC support */ #define CONFIG_MMC #define CONFIG_SDHCI |