arm: add support Actions Semi S700

This patch adds basic support for Actions Semi based S700
SoC, which is driven by common owl framework.

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>
This commit is contained in:
Amit Singh Tomar 2020-04-19 19:28:33 +05:30 committed by Tom Rini
parent ea6314a797
commit 78e4f4594d

View File

@ -8,6 +8,10 @@ config MACH_S900
bool "Actions Semi S900 SoC"
select ARM64
config MACH_S700
bool "Actions Semi S700 SoC"
select ARM64
endchoice
config SYS_TEXT_BASE
@ -18,5 +22,6 @@ config SYS_CONFIG_NAME
config SYS_SOC
default "s900" if MACH_S900
default "s700" if MACH_S700
endif