Skip to content

Commit 15ac342

Browse files
fix syntax error in lastboot read
1 parent d30bc89 commit 15ac342

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/configs/ls1046ccx.h

+2
Original file line numberDiff line numberDiff line change
@@ -134,12 +134,14 @@
134134
"set_rootpart_from_defaultrootpart=" \
135135
"if test \"${defaultrootpart}\" = \"2\" ; then " \
136136
"setenv bootarg_rootpart 2; " \
137+
"fi; " \
137138
"if test \"${defaultrootpart}\" = \"3\" ; then " \
138139
"setenv bootarg_rootpart 3; " \
139140
"fi\0" \
140141
"set_rootpart_from_onetimerootpart=" \
141142
"if test \"${onetimerootpart}\" = \"2\" ; then " \
142143
"setenv bootarg_rootpart 2; " \
144+
"fi; " \
143145
"if test \"${onetimerootpart}\" = \"3\" ; then " \
144146
"setenv bootarg_rootpart 3; " \
145147
"fi\0" \

0 commit comments

Comments
 (0)