summaryrefslogtreecommitdiff
path: root/include/configs/socfpga_vining_fpga.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2019-08-02 11:19:23 -0400
committerTom Rini <trini@konsulko.com>2019-08-02 11:19:23 -0400
commitdb289a9d746c5f4ee36002a25303da111f6365e7 (patch)
tree9257904259608b0d8d2baeb494077cd8c54bf00f /include/configs/socfpga_vining_fpga.h
parentbbaf56eda0e63d6d28fbccae0f112ef88203eb4d (diff)
parent5ec35ff3eb4598f93e349ea9a4fd56b700c1a3c3 (diff)
Merge branch '2019-08-02-autoboot-cleanup'
- Merge Simon Glass's series to cleanup the autoboot code
Diffstat (limited to 'include/configs/socfpga_vining_fpga.h')
-rw-r--r--include/configs/socfpga_vining_fpga.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/configs/socfpga_vining_fpga.h b/include/configs/socfpga_vining_fpga.h
index 5416c4b1700..232536a763d 100644
--- a/include/configs/socfpga_vining_fpga.h
+++ b/include/configs/socfpga_vining_fpga.h
@@ -33,16 +33,6 @@
* if button B is not pressed, boot normal Linux system immediatelly
* if button B is pressed, wait $bootdelay and boot recovery system
*/
-#define CONFIG_PREBOOT \
- "setenv hostname vining-${unit_serial} ; " \
- "setenv PS1 \"${unit_ident} (${unit_serial}) => \" ; " \
- "if gpio input 78 ; then " \
- "setenv bootdelay 10 ; " \
- "setenv boottype rcvr ; " \
- "else " \
- "setenv bootdelay 5 ; " \
- "setenv boottype norm ; " \
- "fi"
#define CONFIG_EXTRA_ENV_SETTINGS \
"verify=n\0" \