diff mbox

[U-Boot,06/18] imx: ventana: config: add PREBOOT support

Message ID 1464113039-21780-7-git-send-email-tharvey@gateworks.com
State Accepted
Commit 899f589bcd3e0f97efa07b112f0d1d5c419b72b5
Delegated to: Stefano Babic
Headers show

Commit Message

Tim Harvey May 24, 2016, 6:03 p.m. UTC
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 | 1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

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)