diff options
author | Andrew F. Davis <afd@ti.com> | 2019-01-28 11:43:23 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-02-09 07:50:52 -0500 |
commit | f5ca1cf79bffd47f2a4bb309cffc563da43e9249 (patch) | |
tree | 463261bb627dfe6764d9c99c11d7125e7b2325ef /configs/am57xx_hs_evm_defconfig | |
parent | d8d250673d174c576fa65576bcec0bd6d75e9005 (diff) | |
download | u-boot-f5ca1cf79bffd47f2a4bb309cffc563da43e9249.tar.gz u-boot-f5ca1cf79bffd47f2a4bb309cffc563da43e9249.tar.xz u-boot-f5ca1cf79bffd47f2a4bb309cffc563da43e9249.zip |
defconfigs: am57xx_hs_evm: Sync HS and non-HS defconfigs
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>
Diffstat (limited to 'configs/am57xx_hs_evm_defconfig')
-rw-r--r-- | configs/am57xx_hs_evm_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/am57xx_hs_evm_defconfig b/configs/am57xx_hs_evm_defconfig index f9805d24f3..7a0fd927b8 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" |