[U-Boot] [PATCH] board/freescale: use generic board architecture for t2080qds and t2080rdb
Shengzhou Liu
Shengzhou.Liu at freescale.com
Wed Jul 23 09:54:16 CEST 2014
Tested with NOR boot and NAND boot on T2080QDS and T2080RDB.
Signed-off-by: Shengzhou Liu <Shengzhou.Liu at freescale.com>
---
based on 'next' branch.
include/configs/T208xQDS.h | 2 ++
include/configs/T208xRDB.h | 2 ++
2 files changed, 4 insertions(+)
diff --git a/include/configs/T208xQDS.h b/include/configs/T208xQDS.h
index 9b81ff7..784310a 100644
--- a/include/configs/T208xQDS.h
+++ b/include/configs/T208xQDS.h
@@ -11,6 +11,8 @@
#ifndef __T208xQDS_H
#define __T208xQDS_H
+#define CONFIG_SYS_GENERIC_BOARD
+#define CONFIG_DISPLAY_BOARDINFO
#define CONFIG_ICS307_REFCLK_HZ 25000000 /* ICS307 ref clk freq */
#define CONFIG_MMC
#define CONFIG_SPI_FLASH
diff --git a/include/configs/T208xRDB.h b/include/configs/T208xRDB.h
index 5d10ad2..deeabae 100644
--- a/include/configs/T208xRDB.h
+++ b/include/configs/T208xRDB.h
@@ -11,6 +11,8 @@
#ifndef __T2080RDB_H
#define __T2080RDB_H
+#define CONFIG_SYS_GENERIC_BOARD
+#define CONFIG_DISPLAY_BOARDINFO
#define CONFIG_T2080RDB
#define CONFIG_ICS307_REFCLK_HZ 25000000 /* ICS307 ref clk freq */
#define CONFIG_MMC
--
1.8.0
More information about the U-Boot
mailing list