diff options
author | Adam Ford <aford173@gmail.com> | 2018-08-19 11:11:02 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-09-11 21:44:06 -0400 |
commit | 8cd21a63463318b1f7c90778da364dd649c27ca9 (patch) | |
tree | 8ac58ab66a3e19c95b358627cf02ecf3bb436f39 /configs | |
parent | a40d3cc845756e1e38af5ac31986539417e64abb (diff) | |
download | u-boot-8cd21a63463318b1f7c90778da364dd649c27ca9.zip u-boot-8cd21a63463318b1f7c90778da364dd649c27ca9.tar.gz u-boot-8cd21a63463318b1f7c90778da364dd649c27ca9.tar.bz2 |
Configs: am3517_evm: Remove TWL4030 reference
This SOM and kit do not nor have they ever had a twl4030 PMIC.
This patch removes the references to it.
Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/am3517_evm_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/am3517_evm_defconfig b/configs/am3517_evm_defconfig index e845e35..96491f3 100644 --- a/configs/am3517_evm_defconfig +++ b/configs/am3517_evm_defconfig @@ -46,6 +46,7 @@ CONFIG_SYS_NAND_U_BOOT_OFFS=0x80000 CONFIG_SPL_NAND_SIMPLE=y CONFIG_MII=y CONFIG_DRIVER_TI_EMAC=y +# CONFIG_TWL4030_POWER is not set CONFIG_CONS_INDEX=3 CONFIG_SYS_NS16550=y CONFIG_SPI=y |