Commit 899f589bcd3e0f97efa07b112f0d1d5c419b72b5

Authored by Tim Harvey
Committed by Stefano Babic
1 parent 509870958d

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 <tharvey@gateworks.com>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

include/configs/gw_ventana.h
... ... @@ -201,6 +201,7 @@
201 201  
202 202 /* Miscellaneous configurable options */
203 203 #define CONFIG_HWCONFIG
  204 +#define CONFIG_PREBOOT
204 205  
205 206 /* Print Buffer Size */
206 207 #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16)