diff options
author | Lokesh Vutla <lokeshvutla@ti.com> | 2019-06-07 19:25:59 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-07-26 21:49:25 -0400 |
commit | 54e4311fa1c75549e391ac7e6717959031855d58 (patch) | |
tree | 8fa1b5f50afd7968e08b01dbd5ab4b10f8b2eff6 /configs/am65x_evm_a53_defconfig | |
parent | 44de37a00e839040e87ec9f0a549ab79288117b8 (diff) | |
download | u-boot-54e4311fa1c75549e391ac7e6717959031855d58.tar.gz |
remoteproc: k3_rproc: Rename to ti_k3_arm64_rproc
k3_rproc driver is specifically meant for controlling an arm64
core using TISCI protocol. So rename the driver, Kconfig symbol,
compatible and functions accordingly.
While at it drop this remoteproc selection for a53 defconfig.
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Diffstat (limited to 'configs/am65x_evm_a53_defconfig')
-rw-r--r-- | configs/am65x_evm_a53_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/am65x_evm_a53_defconfig b/configs/am65x_evm_a53_defconfig index 9d4c6a205c..2cf3a693fc 100644 --- a/configs/am65x_evm_a53_defconfig +++ b/configs/am65x_evm_a53_defconfig @@ -80,7 +80,6 @@ CONFIG_PINCTRL_SINGLE=y CONFIG_POWER_DOMAIN=y CONFIG_TI_SCI_POWER_DOMAIN=y CONFIG_K3_SYSTEM_CONTROLLER=y -CONFIG_REMOTEPROC_K3=y CONFIG_DM_RESET=y CONFIG_RESET_TI_SCI=y CONFIG_DM_SERIAL=y |