diff options
author | Andrew Davis <afd@ti.com> | 2022-07-15 10:58:49 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-07-25 13:02:04 -0400 |
commit | 86c4e533b0ec043a8384fab0d1b4a978d8bc7295 (patch) | |
tree | 7f9aa282cf7cbe7415cccd34e6d4ee7e788b9067 /MAINTAINERS | |
parent | 80b93bb71cfff8b0ba9bbb5704231216f7518998 (diff) | |
download | u-boot-86c4e533b0ec043a8384fab0d1b4a978d8bc7295.tar.gz u-boot-86c4e533b0ec043a8384fab0d1b4a978d8bc7295.tar.bz2 u-boot-86c4e533b0ec043a8384fab0d1b4a978d8bc7295.zip |
defconfigs: Add a config for AM43xx HS EVM with QSPI Boot support
On AM43xx HS devices, QSPI boot is XIP and we use a single stage
bootloader. Add a defconfig for this.
Signed-off-by: Andrew Davis <afd@ti.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index cd54e6663d..31291d34f3 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1364,6 +1364,7 @@ F: arch/arm/mach-k3/config_secure.mk F: configs/am335x_hs_evm_defconfig F: configs/am335x_hs_evm_uart_defconfig F: configs/am43xx_hs_evm_defconfig +F: configs/am43xx_hs_evm_qspi_defconfig F: configs/am57xx_hs_evm_defconfig F: configs/am57xx_hs_evm_usb_defconfig F: configs/dra7xx_hs_evm_defconfig |