diff mbox series

[U-Boot] am57xx_evm_defconfig: Enable configs to support QSPI boot

Message ID 20190222053152.8056-1-vigneshr@ti.com
State Accepted
Commit ddb65acf0442621c02d3a05e0d217118f6f6a22f
Delegated to: Tom Rini
Headers show
Series [U-Boot] am57xx_evm_defconfig: Enable configs to support QSPI boot | expand

Commit Message

Raghavendra, Vignesh Feb. 22, 2019, 5:31 a.m. UTC
AM57xx IDK EVMs can boot out of QSPI. Enable configs to support QSPI
boot. Also enable configs for updating QSPI boot images over DFU.

Tested on AM572x IDK EVM.

Signed-off-by: Vignesh R <vigneshr@ti.com>
---
 configs/am57xx_evm_defconfig | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Tom Rini Feb. 22, 2019, 1:02 p.m. UTC | #1
On Fri, Feb 22, 2019 at 11:01:52AM +0530, Vignesh R wrote:

> AM57xx IDK EVMs can boot out of QSPI. Enable configs to support QSPI
> boot. Also enable configs for updating QSPI boot images over DFU.
> 
> Tested on AM572x IDK EVM.
> 
> Signed-off-by: Vignesh R <vigneshr@ti.com>

Reviewed-by: Tom Rini <trini@konsulko.com>
Tom Rini April 12, 2019, 4:30 p.m. UTC | #2
On Fri, Feb 22, 2019 at 11:01:52AM +0530, Vignesh R wrote:

> AM57xx IDK EVMs can boot out of QSPI. Enable configs to support QSPI
> boot. Also enable configs for updating QSPI boot images over DFU.
> 
> Tested on AM572x IDK EVM.
> 
> Signed-off-by: Vignesh R <vigneshr@ti.com>
> Reviewed-by: Tom Rini <trini@konsulko.com>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/configs/am57xx_evm_defconfig b/configs/am57xx_evm_defconfig
index 748682036e17..3f73f259751c 100644
--- a/configs/am57xx_evm_defconfig
+++ b/configs/am57xx_evm_defconfig
@@ -40,9 +40,13 @@  CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y
 CONFIG_DM=y
 CONFIG_SPL_DM=y
 CONFIG_SPL_DM_SEQ_ALIAS=y
+CONFIG_SPL_REGMAP=y
+CONFIG_SPL_SYSCON=y
+CONFIG_SPL_OF_TRANSLATE=y
 CONFIG_DWC_AHCI=y
 CONFIG_DFU_MMC=y
 CONFIG_DFU_RAM=y
+CONFIG_DFU_SF=y
 CONFIG_USB_FUNCTION_FASTBOOT=y
 CONFIG_FASTBOOT_BUF_ADDR=0x82000000
 CONFIG_FASTBOOT_BUF_SIZE=0x2F000000