]> Git Repo - J-u-boot.git/commitdiff
arm: add support Actions Semi S700
authorAmit Singh Tomar <[email protected]>
Sun, 19 Apr 2020 13:58:33 +0000 (19:28 +0530)
committerTom Rini <[email protected]>
Fri, 24 Apr 2020 20:40:09 +0000 (16:40 -0400)
This patch adds basic support for Actions Semi based S700
SoC, which is driven by common owl framework.

Reviewed-by: Manivannan Sadhasivam <[email protected]>
Reviewed-by: Andre Przywara <[email protected]>
Signed-off-by: Amit Singh Tomar <[email protected]>
arch/arm/mach-owl/Kconfig

index 28984c1b084d29aa0bfa6ac2eccbb883758b0001..cde2ade30b89d4f43469e7aa0d7dbc52fd771a56 100644 (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
This page took 0.028734 seconds and 4 git commands to generate.