diff options
author | Wadim Egorov <w.egorov@phytec.de> | 2025-05-08 17:15:48 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-05-22 13:53:51 -0600 |
commit | 1385e4be42d913dea97fc4939c745a29f274766e (patch) | |
tree | dd8e9810f957d47ba9d8cb1f76696f85410ec6b9 | |
parent | cd48860fec92b4373e2cf6c942df7b6290fb9acd (diff) |
configs: phycore_am6xx_a53_defconfig: Enable BOOTDEV_SPI_FLASH
Enable standard boot with SPI Flash & sync after savedefconfig.
Signed-off-by: Wadim Egorov <w.egorov@phytec.de>
-rw-r--r-- | configs/phycore_am62ax_a53_defconfig | 1 | ||||
-rw-r--r-- | configs/phycore_am62x_a53_defconfig | 1 | ||||
-rw-r--r-- | configs/phycore_am64x_a53_defconfig | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/configs/phycore_am62ax_a53_defconfig b/configs/phycore_am62ax_a53_defconfig index 5e85815983f..11aaec67e2e 100644 --- a/configs/phycore_am62ax_a53_defconfig +++ b/configs/phycore_am62ax_a53_defconfig @@ -129,6 +129,7 @@ CONFIG_MMC_SDHCI_AM654=y CONFIG_MTD=y CONFIG_DM_MTD=y CONFIG_DM_SPI_FLASH=y +CONFIG_BOOTDEV_SPI_FLASH=y CONFIG_SPI_FLASH_SFDP_SUPPORT=y # CONFIG_SPI_FLASH_SMART_HWCAPS is not set CONFIG_SPI_FLASH_SOFT_RESET=y diff --git a/configs/phycore_am62x_a53_defconfig b/configs/phycore_am62x_a53_defconfig index ce7054eeb8f..5f91ca647fd 100644 --- a/configs/phycore_am62x_a53_defconfig +++ b/configs/phycore_am62x_a53_defconfig @@ -125,6 +125,7 @@ CONFIG_MMC_SDHCI_AM654=y CONFIG_MTD=y CONFIG_DM_MTD=y CONFIG_DM_SPI_FLASH=y +CONFIG_BOOTDEV_SPI_FLASH=y CONFIG_SPI_FLASH_SFDP_SUPPORT=y # CONFIG_SPI_FLASH_SMART_HWCAPS is not set CONFIG_SPI_FLASH_SOFT_RESET=y diff --git a/configs/phycore_am64x_a53_defconfig b/configs/phycore_am64x_a53_defconfig index 7ea8bb6ba61..8b508d011e0 100644 --- a/configs/phycore_am64x_a53_defconfig +++ b/configs/phycore_am64x_a53_defconfig @@ -131,6 +131,7 @@ CONFIG_MMC_SDHCI_AM654=y CONFIG_MTD=y CONFIG_DM_MTD=y CONFIG_DM_SPI_FLASH=y +CONFIG_BOOTDEV_SPI_FLASH=y CONFIG_SPI_FLASH_SFDP_SUPPORT=y # CONFIG_SPI_FLASH_SMART_HWCAPS is not set CONFIG_SPI_FLASH_SOFT_RESET=y |