projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5098709
)
imx: ventana: config: add PREBOOT support
author
Tim Harvey
<tharvey@gateworks.com>
Tue, 24 May 2016 18:03:47 +0000
(11:03 -0700)
committer
Stefano 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
patch
|
blob
|
history
diff --git
a/include/configs/gw_ventana.h
b/include/configs/gw_ventana.h
index 435ca0af21d92f913e415b4d566cb0b7542dfa78..982ddba39cf9bab0d23686a6a095e42cd9e877c4 100644
(file)
--- 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)