[U-Boot] [PATCH 1/3] omap3_evm_common.h: Switch to SYS_GENERIC_BOARD
Tom Rini
trini at konsulko.com
Thu Sep 3 20:54:02 CEST 2015
Tested on my OMAP3 uEVM.
Signed-off-by: Tom Rini <trini at konsulko.com>
---
include/configs/omap3_evm_common.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/configs/omap3_evm_common.h b/include/configs/omap3_evm_common.h
index 7e7f6f2..0ebe5c1 100644
--- a/include/configs/omap3_evm_common.h
+++ b/include/configs/omap3_evm_common.h
@@ -15,6 +15,7 @@
#define CONFIG_OMAP /* This is TI OMAP core */
#define CONFIG_OMAP_GPIO
#define CONFIG_OMAP_COMMON
+#define CONFIG_SYS_GENERIC_BOARD
/* Common ARM Erratas */
#define CONFIG_ARM_ERRATA_454179
#define CONFIG_ARM_ERRATA_430973
--
1.7.9.5
More information about the U-Boot
mailing list