Skip to content

Commit

Permalink
ODROID-COMMON: Fix bug for boot_order scanning.
Browse files Browse the repository at this point in the history
Signed-off-by: Chris KIM <[email protected]>
Change-Id: I7b462108bfa5417198fba64357077e524b7dabf1
  • Loading branch information
codewalkerster authored and tobetter committed Mar 17, 2020
1 parent 5abc8c4 commit cac2c93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/configs/odroid-g12-common.h
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@

#define ENV_BOOT_DEFAULT \
"boot_default=" \
"for devtype in ${boot_order}; do " \
"run boot_${devtype}; " \
"for type in ${boot_order}; do " \
"run boot_${type}; " \
"done\0"

/* args/envs */
Expand Down

0 comments on commit cac2c93

Please sign in to comment.