commit | 0549b65ca57e950b6202f4355e1534d589738a27 | [log] [tgz] |
---|---|---|
author | Lukasz Majewski <lukma@denx.de> | Mon Dec 27 11:46:39 2021 +0100 |
committer | Stefano Babic <sbabic@denx.de> | Sat Feb 19 14:46:54 2022 +0100 |
tree | 2b060434a27e374132f49f8e9159bee74b01fe3b | |
parent | 5dfb38a2d9966376150350a05ede191cb7fad7e0 [diff] |
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: Lukasz Majewski <lukma@denx.de>