[PATCH v2 2/4] xea: defconfig: Update defconfig to support mtd partitions r/w by name

2022-02-19 Thread sbabic
> After this change it would be possible to use 'mtd' command to get access > to XEA's SPI-NOR partitions by name (e.g. SPL), not by offsets. > To enable this feature the CONFIG_SPI_FLASH_MTD needs to be defined in the > Kconfig, not in xea.h. > => mtd list > => mtd read spl-boot-data1 ${loadaddr}

[PATCH v2 2/4] xea: defconfig: Update defconfig to support mtd partitions r/w by name

2021-12-27 Thread Lukasz Majewski
After this change it would be possible to use 'mtd' command to get access to XEA's SPI-NOR partitions by name (e.g. SPL), not by offsets. To enable this feature the CONFIG_SPI_FLASH_MTD needs to be defined in the Kconfig, not in xea.h. => mtd list => mtd read spl-boot-data1 ${loadaddr} 0x0 4 =>