diff options
author | Amit Singh Tomar <amittomer25@gmail.com> | 2020-04-19 19:28:25 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-04-24 16:40:09 -0400 |
commit | b1a6bb3b5998f0f2e84f0a6d255e936be3eb17f5 (patch) | |
tree | fe4c51474dd35475bb3edcac1bfa949f7df4cf01 /arch/arm/Kconfig | |
parent | c11f0d88ba462976335a4990a30a99d1d0b49195 (diff) | |
download | u-boot-b1a6bb3b5998f0f2e84f0a6d255e936be3eb17f5.tar.gz |
arm: actions: Add common framework for Actions Owl Semi SoCs
This commit adds common arch support for Actions Semi Owl
series SoCs and removes the Bubblegum96 board files.
Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Reviewed-by: Andre Przywara <andre.przywara@arm.com>
Signed-off-by: Amit Singh Tomar <amittomer25@gmail.com>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 33b484753c..e85506a51a 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -874,9 +874,9 @@ config ARCH_MX5 config ARCH_OWL bool "Actions Semi OWL SoCs" - select ARM64 select DM select DM_SERIAL + select OWL_SERIAL select OF_CONTROL imply CMD_DM @@ -1870,7 +1870,6 @@ source "board/spear/spear600/Kconfig" source "board/spear/x600/Kconfig" source "board/st/stv0991/Kconfig" source "board/tcl/sl50/Kconfig" -source "board/ucRobotics/bubblegum_96/Kconfig" source "board/birdland/bav335x/Kconfig" source "board/toradex/colibri_pxa270/Kconfig" source "board/variscite/dart_6ul/Kconfig" |