summaryrefslogtreecommitdiff
path: root/configs/am3517_evm_defconfig
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2018-10-28 08:49:57 -0500
committerTom Rini <trini@konsulko.com>2018-11-16 16:51:57 -0500
commit763c9c83bbf094788c2373cb9d3b40ef78a77fa5 (patch)
tree8577dbad559788b16aa4b542e41b38d2f497e6c1 /configs/am3517_evm_defconfig
parent9607a041409c93c6f36a6a84d59d356c748d7883 (diff)
ARM: am3517_evm: Remove SPL_OF_CONTROL and OF_PLATDATA
After the recomendation, some testing shows like these are unnecessary. Suggested-by: Jean-Jacques Hiblot <jjhiblot@ti.com> Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'configs/am3517_evm_defconfig')
-rw-r--r--configs/am3517_evm_defconfig2
1 files changed, 0 insertions, 2 deletions
diff --git a/configs/am3517_evm_defconfig b/configs/am3517_evm_defconfig
index 3a6010aeae..14805575ab 100644
--- a/configs/am3517_evm_defconfig
+++ b/configs/am3517_evm_defconfig
@@ -33,9 +33,7 @@ CONFIG_MTDIDS_DEFAULT="nand0=omap2-nand.0"
CONFIG_MTDPARTS_DEFAULT="mtdparts=omap2-nand.0:512k(MLO),1920k(u-boot),256k(u-boot-env),8m(kernel),512k(dtb),-(rootfs)"
CONFIG_CMD_UBI=y
CONFIG_OF_CONTROL=y
-CONFIG_SPL_OF_CONTROL=y
CONFIG_DEFAULT_DEVICE_TREE="am3517-evm"
-CONFIG_SPL_OF_PLATDATA=y
# CONFIG_ENV_IS_IN_FAT is not set
CONFIG_ENV_IS_IN_NAND=y
CONFIG_DM_PCA953X=y