commit: http://blackfin.uclinux.org/git/?p=u-boot;a=commitdiff;h=cc3491f0853d1ae74684eaf71c6922bd7f1ac0ad
branch: http://blackfin.uclinux.org/git/?p=u-boot;a=shortlog;h=refs/heads/trunk

Add CONFIG_VIDEO to defconfig but doesn't enable it, so that
test people can easy to enable/disable video support

Signed-off-by: Bob Liu <lliu...@gmail.com>
---
 include/configs/bf548-ezkit.h |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/include/configs/bf548-ezkit.h b/include/configs/bf548-ezkit.h
index 3bc9d80..b6eba47 100644
--- a/include/configs/bf548-ezkit.h
+++ b/include/configs/bf548-ezkit.h
@@ -182,6 +182,12 @@
 #define CONFIG_UART_CONSOLE	1
 #define CONFIG_BFIN_SPI_IMG_SIZE 0x50000
 
+#undef CONFIG_VIDEO
+#ifdef CONFIG_VIDEO
+#define EASYLOGO_HEADER <asm/bfin_logo_230x230_gzip.h>
+#define CONFIG_DEB_DMA_URGENT
+#endif
+
 /* Define if want to do post memory test */
 #undef CONFIG_POST
 #ifdef CONFIG_POST
_______________________________________________
U-Boot-commits mailing list
U-Boot-commits@blackfin.uclinux.org
https://blackfin.uclinux.org/mailman/listinfo/u-boot-commits

Reply via email to