mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-16 14:08:45 +00:00
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:
parent
ea6314a797
commit
78e4f4594d
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue