arm: mvebu: mv-common.h: Add CONFIG_PREBOOT
This enables the usage of the "preboot" environment variable on Marvell boards. Signed-off-by: Stefan Roese <sr@denx.de> Tested-by: Kevin Smith <kevin.smith@elecsyscorp.com> Tested-by: Dirk Eibach <dirk.eibach@gdsys.cc>
This commit is contained in:
parent
e89bf8bcc9
commit
b81d0ea728
|
|
@ -57,6 +57,7 @@
|
||||||
115200,230400, 460800, 921600 }
|
115200,230400, 460800, 921600 }
|
||||||
/* auto boot */
|
/* auto boot */
|
||||||
#define CONFIG_BOOTDELAY 3 /* default enable autoboot */
|
#define CONFIG_BOOTDELAY 3 /* default enable autoboot */
|
||||||
|
#define CONFIG_PREBOOT
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* For booting Linux, the board info and command line data
|
* For booting Linux, the board info and command line data
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue