PREBOOT is used on the ea20 to load a splash image at the start up. Signed-off-by: Stefano Babic <[email protected]> CC: Sandeep Paulraj <[email protected]> --- include/configs/ea20.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/configs/ea20.h b/include/configs/ea20.h index ceb84a4..9b4b415 100644 --- a/include/configs/ea20.h +++ b/include/configs/ea20.h @@ -33,6 +33,7 @@ #define CONFIG_BOARD_EARLY_INIT_F #define BOARD_LATE_INIT #define CONFIG_VIDEO +#define CONFIG_PREBOOT /* * SoC Configuration -- 1.7.1 _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

