]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit33a8d7da1ec25d1033c81cb8c295087ed9e0e252
treef64dd75e7cdda83c9ea9c04cb64a05008e0b568e
parentc720ee80b4266e30f7c60bbb8f7a619c59342c21
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