diff options
author | Stefan Roese <sr@denx.de> | 2015-04-25 06:29:54 +0200 |
---|---|---|
committer | Luka Perkov <luka.perkov@sartura.hr> | 2015-05-05 14:32:04 +0200 |
commit | b81d0ea7280b2d325e7c16cce808bec035d60a08 (patch) | |
tree | 4c823aec4134377a6663fc0b4086e297f5cd9804 /include/configs | |
parent | e89bf8bcc9e331d09348e9456d46f8f022eb0732 (diff) |
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>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/mv-common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/mv-common.h b/include/configs/mv-common.h index 721b75daee..51436da64e 100644 --- a/include/configs/mv-common.h +++ b/include/configs/mv-common.h @@ -57,6 +57,7 @@ 115200,230400, 460800, 921600 } /* auto boot */ #define CONFIG_BOOTDELAY 3 /* default enable autoboot */ +#define CONFIG_PREBOOT /* * For booting Linux, the board info and command line data |