Skip to content

Commit df8159c

Browse files
dineshmaniyamtienfong
authored andcommitted
configs: common: rename ubi partition to root
This patch is to revert ubi partition to root. This is to align with existing agilex. Signed-off-by: Dinesh Maniyam <[email protected]>
1 parent f266c01 commit df8159c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/configs/socfpga_soc64_common.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
#endif
117117

118118
#define BOOTENV_DEV_NAND(devtypeu, devtypel, instance) \
119-
"bootcmd_nand=ubi detach; ubi part rootubi && " \
119+
"bootcmd_nand=ubi detach; ubi part root && " \
120120
"ubi readvol ${scriptaddr} script && " \
121121
"echo NAND: Trying to boot script at ${scriptaddr} && " \
122122
"source ${scriptaddr}; " \
@@ -162,7 +162,7 @@
162162
"nandfitboot=setenv bootargs " CONFIG_BOOTARGS \
163163
" root=${nandroot} rw rootwait rootfstype=ubifs ubi.mtd=1; " \
164164
"bootm ${loadaddr}\0" \
165-
"nandfitload=ubi part rootubi; ubi readvol ${loadaddr} kernel\0" \
165+
"nandfitload=ubi part root; ubi readvol ${loadaddr} kernel\0" \
166166
"socfpga_legacy_reset_compat=1\0" \
167167
"rsu_status=rsu dtb; rsu display_dcmf_version; "\
168168
"rsu display_dcmf_status; rsu display_max_retry\0" \

0 commit comments

Comments
 (0)