]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
imx: ventana: config: add PREBOOT support
authorTim Harvey <tharvey@gateworks.com>
Tue, 24 May 2016 18:03:47 +0000 (11:03 -0700)
committerStefano Babic <sbabic@denx.de>
Tue, 31 May 2016 15:23:24 +0000 (17:23 +0200)
This allows the 'preboot' env variable to be executed prior to bootcmd
if defined.

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
include/configs/gw_ventana.h

index 435ca0af21d92f913e415b4d566cb0b7542dfa78..982ddba39cf9bab0d23686a6a095e42cd9e877c4 100644 (file)
 
 /* Miscellaneous configurable options */
 #define CONFIG_HWCONFIG
+#define CONFIG_PREBOOT
 
 /* Print Buffer Size */
 #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16)