include: configs: ge: simplify default boot command
authorIan Ray <ian.ray@ge.com>
Fri, 23 Apr 2021 14:15:12 +0000 (16:15 +0200)
committerStefano Babic <sbabic@denx.de>
Sun, 2 May 2021 10:46:54 +0000 (12:46 +0200)
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>
include/configs/ge_bx50v3.h
include/configs/mx53ppd.h

index f1e0ec5..a4d5752 100644 (file)
@@ -92,7 +92,6 @@
        "swappartitions=" \
                "setexpr partnum 3 - ${partnum}\0" \
        "failbootcmd=" \
-               "echo reached failbootcmd; " \
                "cls; " \
                "setcurs 5 4; " \
                "lcdputs \"Monitor failed to start. " \
        "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
index d313329..a8c5c82 100644 (file)
                "vt.global_cursor_default=0 bootcause=${bootcause} ${quiet}\0" \
        "bootargs_emmc=setenv bootargs root=/dev/${rootdev}${partnum} ro " \
                "rootwait ${bootargs}\0" \
-       "doquiet=if ext2load ${dev} ${devnum}:5 0x7000A000 /boot/console; " \
-               "then setenv quiet; fi\0" \
+       "doquiet=" \
+               "if ext2load ${dev} ${devnum}:5 0x7000A000 /boot/console; " \
+                       "then setenv quiet; fi\0" \
        "hasfirstboot=" \
                "test -e ${dev} ${devnum}:${partnum} /boot/bootcause/firstboot\0" \
-       "swappartitions=setexpr partnum 3 - ${partnum}\0" \
+       "swappartitions=" \
+               "setexpr partnum 3 - ${partnum}\0" \
        "failbootcmd=" \
                "cls; " \
                "setcurs 5 4; " \
@@ -80,7 +82,6 @@
                "setenv partnum 1; run hasfirstboot || setenv partnum 2; " \
                "run hasfirstboot || setenv partnum 0; " \
                "if test ${partnum} != 0; then " \
-                       "setenv bootcause REVERT; " \
                        "run swappartitions loadimage doboot; " \
                "fi; " \
                "run failbootcmd\0" \
                "lcd:800x480-24@60,monitor=lcd\0" \
 
 #define CONFIG_MMCBOOTCOMMAND \
-       "if mmc dev ${devnum}; then " \
-               "run doquiet; " \
-               "run tryboot; " \
-       "fi; " \
+       "run doquiet; " \
+       "run tryboot; " \
 
 #define CONFIG_BOOTCOMMAND CONFIG_MMCBOOTCOMMAND