environment: ti: k3_dfu.env: Fix mtdids definition
OSPI NAND belongs to spi-nand class of MTD devices and thus needs to be assigned to spi-nand0. Without this mtdparts fails to list any partitions. Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
This commit is contained in:
parent
01e13e5df7
commit
962bbf5c92
|
|
@ -1,4 +1,4 @@
|
|||
mtdids=nand0=spi-nand0
|
||||
mtdids=spi-nand0=spi-nand0
|
||||
mtdparts=mtdparts=spi-nand0:512k(ospi_nand.tiboot3),2m(ospi_nand.tispl),4m(ospi_nand.u-boot),256k(ospi_nand.env),256k(ospi_nand.env.backup),98048k@32m(ospi_nand.rootfs),256k@130816k(ospi_nand.phypattern)
|
||||
|
||||
ospi_nand_bootpart=ospi_nand.rootfs
|
||||
|
|
|
|||
Loading…
Reference in New Issue