Skip to content
Commit c4c3fa98 authored by Lukasz Majewski's avatar Lukasz Majewski Committed by Stefano Babic
Browse files

xea: defconfig: Update defconfig to support mtd partitions r/w by name



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
=> md.l ${loadaddr} 1

Signed-off-by: default avatarLukasz Majewski <lukma@denx.de>
parent 6e3cef06
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment