]> git.ipfire.org Git - thirdparty/openwrt.git/commit
uboot-at91: fix wrong BUILD_DEVICES for sama5d4_xplained_nandflash main master
authorCerrone Diamant <cerrone@tutamail.com>
Mon, 20 Apr 2026 14:07:14 +0000 (16:07 +0200)
committerRobert Marko <robimarko@gmail.com>
Mon, 20 Apr 2026 16:07:56 +0000 (18:07 +0200)
commit39f528e440a5c6e58faf2166579a157e8c9bcc86
treee0efecc46e1455f672b02e9f8e1c536d72d62911
parentc576e95b2f12613ef454d779754890142234bd0c
uboot-at91: fix wrong BUILD_DEVICES for sama5d4_xplained_nandflash

The sama5d4_xplained_nandflash target incorrectly references microchip_sama5d3-xplained as its BUILD_DEVICES value.

This appears to be a copy-paste error, as all other SAMA5D4 Xplained targets (e.g. mmc and spiflash) correctly use microchip_sama5d4-xplained. The target name itself also clearly refers to the SAMA5D4 platform.

In addition, the SAMA5D3 Xplained and SAMA5D4 Xplained boards use different NAND flash hardware and configurations, so pointing the nandflash target to a SAMA5D3 device is incorrect and may lead to invalid builds or runtime issues.

Fix the inconsistency by updating BUILD_DEVICES to microchip_sama5d4-xplained, aligning the nandflash target with the rest of the SAMA5D4 definitions and ensuring the correct device mapping.

Signed-off-by: Cerrone Diamant <cerrone@tutamail.com>
Link: https://github.com/openwrt/openwrt/pull/23022
Signed-off-by: Robert Marko <robimarko@gmail.com>
package/boot/uboot-at91/Makefile