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 /configs/phycore_am62x_a53_defconfig | |
| 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>
Diffstat (limited to 'configs/phycore_am62x_a53_defconfig')
| -rw-r--r-- | configs/phycore_am62x_a53_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
