diff mbox series

[U-Boot,v4,2/5] defconfigs: am57xx_hs_evm: Sync HS and non-HS defconfigs

Message ID 20190128174326.27001-3-afd@ti.com
State Accepted
Commit f5ca1cf79bffd47f2a4bb309cffc563da43e9249
Delegated to: Tom Rini
Headers show
Series Add USB boot to HS DRA7xx/AM57xx | expand

Commit Message

Andrew Davis Jan. 28, 2019, 5:43 p.m. UTC
Additions have been made to the non-HS defconfig without the same
being made to the HS defconfig, sync them.

Signed-off-by: Andrew F. Davis <afd@ti.com>
---
 configs/am57xx_hs_evm_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Tom Rini Feb. 10, 2019, 1:07 p.m. UTC | #1
On Mon, Jan 28, 2019 at 11:43:23AM -0600, Andrew F. Davis wrote:

> Additions have been made to the non-HS defconfig without the same
> being made to the HS defconfig, sync them.
> 
> Signed-off-by: Andrew F. Davis <afd@ti.com>

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

Patch

diff --git a/configs/am57xx_hs_evm_defconfig b/configs/am57xx_hs_evm_defconfig
index 6924b0bd06..7bdf8dc64d 100644
--- a/configs/am57xx_hs_evm_defconfig
+++ b/configs/am57xx_hs_evm_defconfig
@@ -32,6 +32,7 @@  CONFIG_SPL_DMA_SUPPORT=y
 CONFIG_SPL_SPI_LOAD=y
 # CONFIG_CMD_FLASH is not set
 # CONFIG_CMD_SETEXPR is not set
+# CONFIG_CMD_PMIC is not set
 CONFIG_OF_CONTROL=y
 CONFIG_SPL_OF_CONTROL=y
 CONFIG_DEFAULT_DEVICE_TREE="am57xx-beagle-x15"