summaryrefslogtreecommitdiff
path: root/include/configs/cougarcanyon2.h
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2016-10-09 11:14:20 (GMT)
committerBin Meng <bmeng.cn@gmail.com>2016-10-12 02:58:24 (GMT)
commit00bcaedd5c4063c677d16af264bbcb991fb9675c (patch)
treea46ae98a520907c7c04f1e26a864601773b305d1 /include/configs/cougarcanyon2.h
parent21c9bcebd0e388a7acc2b1a3dc38127e0fd6182c (diff)
downloadu-boot-00bcaedd5c4063c677d16af264bbcb991fb9675c.tar.xz
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/cougarcanyon2.h')
-rw-r--r--include/configs/cougarcanyon2.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/cougarcanyon2.h b/include/configs/cougarcanyon2.h
index 88845dc..d20ad96 100644
--- a/include/configs/cougarcanyon2.h
+++ b/include/configs/cougarcanyon2.h
@@ -27,8 +27,4 @@
#define CONFIG_ENV_SECT_SIZE 0x1000
#define CONFIG_ENV_OFFSET 0x5ff000
-/* Video is not supported for now */
-#undef CONFIG_VIDEO
-#undef CONFIG_CFB_CONSOLE
-
#endif /* __CONFIG_H */