
On 22/09/23 12:30, Alexander Dahl wrote:
EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
Hello Durai,
Am Thu, Sep 21, 2023 at 10:36:27PM +0530 schrieb Durai Manickam KR:
This patch series adds boot from NAND support, configs update and fixes. The changes has been done on top of u-boot version 2023.07.
Well, interesting. I sent patches for NAND flash support on that very board some weeks ago which were already applied to the at91 custodian tree:
https://source.denx.de/u-boot/custodians/u-boot-at91/-/tree/next?ref_type=he...
Tom already merged that to the mainline next branch. I suggest you rebase on next.
Hi Alexander,
Well, it is present in custodians next branch. Only thing which is missed is the NAND defconfig support [PATCH 2/4]. Will send only this patch shortly.
Add Eugen to Cc, since he still is officially listed as maintainer of the at91 stuff.
Greets Alex
Durai Manickam KR (4): configs: at91: sam9x60_curiosity: update sam9x60_curiosity_mmc_defconfig configs: at91: sam9x60_curiosity: Add sam9x60_curiosity_nandflash_defconfig ARM: dts: at91: sam9x60_curiosity: Enable NAND support ARM: dts: at91: sam9x60_curiosity: fix eeprom compatible
arch/arm/dts/at91-sam9x60_curiosity.dts | 106 +++++++++++++++++- board/atmel/sam9x60_curiosity/MAINTAINERS | 1 + configs/sam9x60_curiosity_mmc_defconfig | 14 +++ configs/sam9x60_curiosity_nandflash_defconfig | 92 +++++++++++++++ 4 files changed, 212 insertions(+), 1 deletion(-) create mode 100644 configs/sam9x60_curiosity_nandflash_defconfig
-- 2.25.1