aboutsummaryrefslogtreecommitdiff
path: root/include/configs/socfpga_vining_fpga.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-07-20 20:51:13 -0600
committerTom Rini <trini@konsulko.com>2019-08-02 11:17:58 -0400
commitb06da06dd41b9c72b06c9d03f434d4263bbf6bbd (patch)
tree38aab37575e6cc76f519820e39031eb583827da7 /include/configs/socfpga_vining_fpga.h
parent9f53146f396d9def8013e29e105729c1f42ae037 (diff)
downloadu-boot-b06da06dd41b9c72b06c9d03f434d4263bbf6bbd.zip
u-boot-b06da06dd41b9c72b06c9d03f434d4263bbf6bbd.tar.gz
u-boot-b06da06dd41b9c72b06c9d03f434d4263bbf6bbd.tar.bz2
Add CONFIG_USE_PREBOOT to boards that use CONFIG_PREBOOT
In order to use CONFIG_PREBOOT with Kconfig, CONFIG_USE_PREBOOT must be defined for each board. To prepare for conversion to Kconfig, add this. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/socfpga_vining_fpga.h')
-rw-r--r--include/configs/socfpga_vining_fpga.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/socfpga_vining_fpga.h b/include/configs/socfpga_vining_fpga.h
index 5416c4b..7fc1a95 100644
--- a/include/configs/socfpga_vining_fpga.h
+++ b/include/configs/socfpga_vining_fpga.h
@@ -33,6 +33,7 @@
* if button B is not pressed, boot normal Linux system immediatelly
* if button B is pressed, wait $bootdelay and boot recovery system
*/
+#define CONFIG_USE_PREBOOT
#define CONFIG_PREBOOT \
"setenv hostname vining-${unit_serial} ; " \
"setenv PS1 \"${unit_ident} (${unit_serial}) => \" ; " \