[U-Boot] [PATCH v1 2/2] rockchip: include: Enable logo display for evb-rk3399
Eric Gao
eric.gao at rock-chips.com
Tue Apr 18 08:21:54 UTC 2017
Signed-off-by: Eric Gao <eric.gao at rock-chips.com>
---
Changes in v1:
-Enable logo display for evb-rk3399
include/configs/evb_rk3399.h | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/include/configs/evb_rk3399.h b/include/configs/evb_rk3399.h
index 8fdefa2..af44e45 100644
--- a/include/configs/evb_rk3399.h
+++ b/include/configs/evb_rk3399.h
@@ -22,4 +22,11 @@
#define CONFIG_SYS_WHITE_ON_BLACK
+/* Enable Misc to show logo */
+#define CONFIG_BOARD_COMMON
+#define CONFIG_MISC_COMMON
+#define CONFIG_MISC_INIT_R
+#define CONFIG_CMD_BMP
+#define CONFIG_BMP_24BMP
+
#endif
--
1.9.1
More information about the U-Boot
mailing list