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>
This commit is contained in:
Tim Harvey 2016-05-24 11:03:47 -07:00 committed by Stefano Babic
parent 509870958d
commit 899f589bcd
1 changed files with 1 additions and 0 deletions

View File

@ -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)