From: Adam Ford <aford173@gmail.com>
Date: Sun, 28 Oct 2018 13:49:57 +0000 (-0500)
Subject: ARM: am3517_evm: Remove SPL_OF_CONTROL and OF_PLATDATA
X-Git-Tag: v2025.01-rc5-pxa1908~3275^2~21
X-Git-Url: http://git.dujemihanovic.xyz/img/static/login.html?a=commitdiff_plain;h=763c9c83bbf094788c2373cb9d3b40ef78a77fa5;p=u-boot.git

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>
---

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