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 <[email protected]> Cc: Tom Rini <[email protected]> --- 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 _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

