File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 116
116
#endif
117
117
118
118
#define BOOTENV_DEV_NAND (devtypeu , devtypel , instance ) \
119
- "bootcmd_nand=ubi detach; ubi part rootubi && " \
119
+ "bootcmd_nand=ubi detach; ubi part root && " \
120
120
"ubi readvol ${scriptaddr} script && " \
121
121
"echo NAND: Trying to boot script at ${scriptaddr} && " \
122
122
"source ${scriptaddr}; " \
162
162
"nandfitboot=setenv bootargs " CONFIG_BOOTARGS \
163
163
" root=${nandroot} rw rootwait rootfstype=ubifs ubi.mtd=1; " \
164
164
"bootm ${loadaddr}\0" \
165
- "nandfitload=ubi part rootubi ; ubi readvol ${loadaddr} kernel\0" \
165
+ "nandfitload=ubi part root ; ubi readvol ${loadaddr} kernel\0" \
166
166
"socfpga_legacy_reset_compat=1\0" \
167
167
"rsu_status=rsu dtb; rsu display_dcmf_version; "\
168
168
"rsu display_dcmf_status; rsu display_max_retry\0" \
You can’t perform that action at this time.
0 commit comments