[U-Boot] [PATCH 1/3] arm: goni: make board generic
Robert Baldyga
r.baldyga at samsung.com
Wed Sep 17 10:03:35 CEST 2014
Define CONFIG_SYS_GENERIC_BOARD to make board generic.
Signed-off-by: Robert Baldyga <r.baldyga at samsung.com>
---
include/configs/s5p_goni.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/configs/s5p_goni.h b/include/configs/s5p_goni.h
index a51215d..82bd212 100644
--- a/include/configs/s5p_goni.h
+++ b/include/configs/s5p_goni.h
@@ -23,6 +23,7 @@
#define CONFIG_ARCH_CPU_INIT
#define CONFIG_DISPLAY_CPUINFO
#define CONFIG_DISPLAY_BOARDINFO
+#define CONFIG_SYS_GENERIC_BOARD
/* input clock of PLL: has 24MHz input clock at S5PC110 */
#define CONFIG_SYS_CLK_FREQ_C110 24000000
--
1.9.1
More information about the U-Boot
mailing list