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:
Vignesh Raghavendra 2023-07-04 22:40:10 +05:30 committed by Udit Kumar
parent 01e13e5df7
commit 962bbf5c92
1 changed files with 1 additions and 1 deletions

View File

@ -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