[U-Boot] [PATCH 1/2] da850_am18xxevm: Call board_early_init_f() for booting without UBL
Christian Riesch
christian.riesch at omicron.at
Thu Dec 15 08:41:06 CET 2011
Commit ae5c77dd908edaf55025fa3f41095bfb9cb1b973 moved the LPSC
configuration to board_early_init_f() for the da850evm to allow
using u-boot without the UBL (see doc/README.davinci).
This patch adds CONFIG_BOARD_EARLY_INIT_F to the da850_am18xxevm
to enable booting without UBL also on this board.
Signed-off-by: Christian Riesch <christian.riesch at omicron.at>
Cc: Tom Rini <trini at ti.com>
---
include/configs/da850_am18xxevm.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/configs/da850_am18xxevm.h b/include/configs/da850_am18xxevm.h
index 9b7bf1e..e486669 100644
--- a/include/configs/da850_am18xxevm.h
+++ b/include/configs/da850_am18xxevm.h
@@ -158,6 +158,7 @@
* U-Boot general configuration
*/
#define CONFIG_MISC_INIT_R
+#define CONFIG_BOARD_EARLY_INIT_F
#define CONFIG_BOOTFILE "uImage" /* Boot file name */
#define CONFIG_SYS_PROMPT "U-Boot > " /* Command Prompt */
#define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */
--
1.7.0.4
More information about the U-Boot
mailing list