Skip to content

Commit f266c01

Browse files
dineshmaniyamtienfong
authored andcommitted
configs: agilex5_defconfig: Rename mtd partition to root
This patch is to rename mtd partition to root to align with agilex. Signed-off-by: Dinesh Maniyam <[email protected]>
1 parent db44eea commit f266c01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configs/socfpga_agilex5_defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ CONFIG_SPL_SPI_FLASH_MTD=y
6363
CONFIG_SPI_FLASH_MTD=y
6464
CONFIG_SPL_MTD_SUPPORT=y
6565
CONFIG_MTDIDS_DEFAULT="nand0=10b80000.nand.0"
66-
CONFIG_MTDPARTS_DEFAULT="mtdparts=10b80000.nand.0:2m(u-boot),-(rootubi)"
66+
CONFIG_MTDPARTS_DEFAULT="mtdparts=10b80000.nand.0:2m(u-boot),-(root)"
6767
CONFIG_CMD_UBI=y
6868
CONFIG_CMD_UBIFS=y
6969
CONFIG_MTD_UBI=y

0 commit comments

Comments
 (0)