configs: am65x_evm_a53: Disable K3_SYSTEM_CONTROLLER
authorSuman Anna <s-anna@ti.com>
Mon, 29 Jul 2019 16:48:02 +0000 (11:48 -0500)
committerTom Rini <trini@konsulko.com>
Wed, 31 Jul 2019 17:08:07 +0000 (13:08 -0400)
commit8162e8ac70226adfc75766bd283d0d116daf95fe
treef64dd75e7cdda83c9ea9c04cb64a05008e0b568e
parentdcddf0fd83e668999db1f7eefa1e644a2784a516
configs: am65x_evm_a53: Disable K3_SYSTEM_CONTROLLER

The K3 System Controller driver is used for loading and starting
the System Firmware, and is used only on R5 SPL. It need not be
enabled and built for the A53 U-Boot and SPL, so disable it from
both the GP and HS AM65x A53 defconfigs.

While at this, also remove the unneeded CONFIG_SPL_REMOTEPROC and
CONFIG_CMD_REMOTEPROC as no remoteprocs are now loaded from A53 SPL.

Signed-off-by: Suman Anna <s-anna@ti.com>
Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>
configs/am65x_evm_a53_defconfig
configs/am65x_hs_evm_a53_defconfig