We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d30bc89 commit 15ac342Copy full SHA for 15ac342
include/configs/ls1046ccx.h
@@ -134,12 +134,14 @@
134
"set_rootpart_from_defaultrootpart=" \
135
"if test \"${defaultrootpart}\" = \"2\" ; then " \
136
"setenv bootarg_rootpart 2; " \
137
+ "fi; " \
138
"if test \"${defaultrootpart}\" = \"3\" ; then " \
139
"setenv bootarg_rootpart 3; " \
140
"fi\0" \
141
"set_rootpart_from_onetimerootpart=" \
142
"if test \"${onetimerootpart}\" = \"2\" ; then " \
143
144
145
"if test \"${onetimerootpart}\" = \"3\" ; then " \
146
147
0 commit comments