diff mbox series

[U-Boot,2/2] configs: j721e_evm_a72: Disable K3_SYSTEM_CONTROLLER

Message ID 20190729164803.30928-3-s-anna@ti.com
State Accepted
Commit 5b56a4c162f64b5903063fe188a516848a7998b1
Delegated to: Tom Rini
Headers show
Series Disable K3_SYSTEM_CONTROLLER on K3 Arm64 cores | expand

Commit Message

Suman Anna July 29, 2019, 4:48 p.m. UTC
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 A72 U-Boot and SPL, so disable it from
the j721e_evm_a72 defconfig.

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

Signed-off-by: Suman Anna <s-anna@ti.com>
---
 configs/j721e_evm_a72_defconfig | 3 ---
 1 file changed, 3 deletions(-)

Comments

Tom Rini Aug. 1, 2019, 3:36 a.m. UTC | #1
On Mon, Jul 29, 2019 at 11:48:03AM -0500, Suman Anna wrote:

> 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 A72 U-Boot and SPL, so disable it from
> the j721e_evm_a72 defconfig.
> 
> While at this, also remove the unneeded CONFIG_SPL_REMOTEPROC and
> CONFIG_CMD_REMOTEPROC as no remoteprocs are now loaded from A72 SPL.
> 
> Signed-off-by: Suman Anna <s-anna@ti.com>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/configs/j721e_evm_a72_defconfig b/configs/j721e_evm_a72_defconfig
index 237dc6b601e2..917e33d68306 100644
--- a/configs/j721e_evm_a72_defconfig
+++ b/configs/j721e_evm_a72_defconfig
@@ -28,13 +28,11 @@  CONFIG_SPL_DM_MAILBOX=y
 CONFIG_SPL_DM_RESET=y
 CONFIG_SPL_POWER_SUPPORT=y
 CONFIG_SPL_POWER_DOMAIN=y
-CONFIG_SPL_REMOTEPROC=y
 CONFIG_SPL_SPI_LOAD=y
 CONFIG_SPL_YMODEM_SUPPORT=y
 CONFIG_CMD_ASKENV=y
 # CONFIG_CMD_FLASH is not set
 CONFIG_CMD_MMC=y
-CONFIG_CMD_REMOTEPROC=y
 CONFIG_CMD_SF=y
 # CONFIG_CMD_SETEXPR is not set
 CONFIG_CMD_TIME=y
@@ -73,7 +71,6 @@  CONFIG_SPL_PINCTRL=y
 CONFIG_PINCTRL_SINGLE=y
 CONFIG_POWER_DOMAIN=y
 CONFIG_TI_SCI_POWER_DOMAIN=y
-CONFIG_K3_SYSTEM_CONTROLLER=y
 CONFIG_DM_RESET=y
 CONFIG_RESET_TI_SCI=y
 CONFIG_DM_SERIAL=y