[U-Boot] [PATCH 5/5] i.MX6: mx6*sabre*: initialize imx_type and board_name values
Eric Nelson
eric.nelson at boundarydevices.com
Sun Nov 17 18:17:47 CET 2013
These will need to be computed if/when boards support multiple
processor variants.
Signed-off-by: Eric Nelson <eric.nelson at boundarydevices.com>
---
include/configs/mx6sabre_common.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/configs/mx6sabre_common.h b/include/configs/mx6sabre_common.h
index 79d1f34..092b764 100644
--- a/include/configs/mx6sabre_common.h
+++ b/include/configs/mx6sabre_common.h
@@ -27,6 +27,7 @@
/* Size of malloc() pool */
#define CONFIG_SYS_MALLOC_LEN (10 * SZ_1M)
+#define CONFIG_ARCH_MISC_INIT
#define CONFIG_BOARD_EARLY_INIT_F
#define CONFIG_BOARD_LATE_INIT
#define CONFIG_MXC_GPIO
--
1.8.1.2
More information about the U-Boot
mailing list