summaryrefslogtreecommitdiffstats
path: root/include/configs/ge_bx50v3.h
diff options
context:
space:
mode:
authorIan Ray <ian.ray@ge.com>2021-04-23 16:15:12 +0200
committerStefano Babic <sbabic@denx.de>2021-05-02 12:46:54 +0200
commitee77bb571925069e5f179d6d0c27b2411f2d77f0 (patch)
tree510ebe3777f9470277d7ced1ad083eb593220170 /include/configs/ge_bx50v3.h
parent830160d16ea560406ae87b286e37a789f72d2392 (diff)
downloadu-boot-ee77bb571925069e5f179d6d0c27b2411f2d77f0.tar.gz
u-boot-ee77bb571925069e5f179d6d0c27b2411f2d77f0.tar.xz
u-boot-ee77bb571925069e5f179d6d0c27b2411f2d77f0.zip
include: configs: ge: simplify default boot command
Minor cosmetic changes to unify `CONFIG_EXTRA_ENV_SETTINGS' indentation between Bx50v3 and PPD to make comparison and review easier and simplify the default boot command. Signed-off-by: Ian Ray Ian Ray <ian.ray@ge.com> Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Diffstat (limited to 'include/configs/ge_bx50v3.h')
-rw-r--r--include/configs/ge_bx50v3.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/include/configs/ge_bx50v3.h b/include/configs/ge_bx50v3.h
index f1e0ec553c..a4d5752bf4 100644
--- a/include/configs/ge_bx50v3.h
+++ b/include/configs/ge_bx50v3.h
@@ -92,7 +92,6 @@
"swappartitions=" \
"setexpr partnum 3 - ${partnum}\0" \
"failbootcmd=" \
- "echo reached failbootcmd; " \
"cls; " \
"setcurs 5 4; " \
"lcdputs \"Monitor failed to start. " \
@@ -115,15 +114,13 @@
"tryboot=" \
"setenv partnum 1; run hasfirstboot || setenv partnum 2; " \
"run loadimage || run swappartitions && run loadimage || " \
- "setenv partnum 0 && echo MISSING IMAGE;" \
+ "setenv partnum 0 && echo MISSING IMAGE;" \
"run doboot; " \
"run failbootcmd\0" \
#define CONFIG_MMCBOOTCOMMAND \
- "if mmc dev ${devnum}; then " \
- "run doquiet; " \
- "run tryboot; " \
- "fi; " \
+ "run doquiet; " \
+ "run tryboot; " \
#ifdef CONFIG_CMD_NFS
#define CONFIG_BOOTCOMMAND CONFIG_NETWORKBOOTCOMMAND