summaryrefslogtreecommitdiff
path: root/configs/am62x_evm_a53_defconfig
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd@collabora.com>2022-12-20 18:21:43 +0300
committerTom Rini <trini@konsulko.com>2023-01-10 23:39:06 +0300
commita8ddc37ec315c8782de3630e0fe3fb8bcc0301c0 (patch)
tree73009c6399ab6bccaac8384fecef3e12a8d60621 /configs/am62x_evm_a53_defconfig
parent7ee1c4d1d125a1c76ff2d5d044f3844f74941cc4 (diff)
downloadu-boot-a8ddc37ec315c8782de3630e0fe3fb8bcc0301c0.tar.xz
configs: am62x_evm_*: Correct SPI configuration option
In f422c4bec the configuration option to support s28hs512t SPI flashes was changed from CONFIG_SPI_FLASH_S28HS512T to CONFIG_SPI_FLASH_S28HX_T to support the wider family. Follow this change in the AM62x EVM configurations. Signed-off-by: Sjoerd Simons <sjoerd@collabora.com> Reviewed-by: Dhruva Gole <d-gole@ti.com>
Diffstat (limited to 'configs/am62x_evm_a53_defconfig')
-rw-r--r--configs/am62x_evm_a53_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/am62x_evm_a53_defconfig b/configs/am62x_evm_a53_defconfig
index e6ffd16692..94de1ea458 100644
--- a/configs/am62x_evm_a53_defconfig
+++ b/configs/am62x_evm_a53_defconfig
@@ -71,7 +71,7 @@ CONFIG_SPI_FLASH_SFDP_SUPPORT=y
CONFIG_SPI_FLASH_SOFT_RESET=y
CONFIG_SPI_FLASH_SOFT_RESET_ON_BOOT=y
CONFIG_SPI_FLASH_SPANSION=y
-CONFIG_SPI_FLASH_S28HS512T=y
+CONFIG_SPI_FLASH_S28HX_T=y
CONFIG_PINCTRL=y
CONFIG_SPL_PINCTRL=y
CONFIG_PINCTRL_SINGLE=y