From: Tim Harvey Date: Tue, 24 May 2016 18:03:47 +0000 (-0700) Subject: imx: ventana: config: add PREBOOT support X-Git-Tag: v2016.07-rc2~16^2~32 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=899f589bcd3e0f97efa07b112f0d1d5c419b72b5;p=platform%2Fkernel%2Fu-boot.git imx: ventana: config: add PREBOOT support This allows the 'preboot' env variable to be executed prior to bootcmd if defined. Signed-off-by: Tim Harvey --- diff --git a/include/configs/gw_ventana.h b/include/configs/gw_ventana.h index 435ca0a..982ddba 100644 --- a/include/configs/gw_ventana.h +++ b/include/configs/gw_ventana.h @@ -201,6 +201,7 @@ /* Miscellaneous configurable options */ #define CONFIG_HWCONFIG +#define CONFIG_PREBOOT /* Print Buffer Size */ #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16)