mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 21:24:29 +00:00
99d5ac6f15
The Cubieboard is a single board computer containing a Actions S700 SoC(with 4 ARMv8 Cortex-A53 cores). This patch adds respective defconfig alongwith .dts(copied from Linux v5.5-rc6 with hash "b3a987b0264d"). Signed-off-by: Amit Singh Tomar <amittomer25@gmail.com>
12 lines
346 B
Text
12 lines
346 B
Text
CONFIG_ARM=y
|
|
CONFIG_ARCH_OWL=y
|
|
CONFIG_MACH_S700=y
|
|
CONFIG_IDENT_STRING="\ncubieboard7"
|
|
CONFIG_DISTRO_DEFAULTS=y
|
|
CONFIG_BOOTDELAY=5
|
|
CONFIG_USE_BOOTARGS=y
|
|
CONFIG_BOOTARGS="console=ttyOWL3,115200n8"
|
|
# CONFIG_DISPLAY_CPUINFO is not set
|
|
# CONFIG_DISPLAY_BOARDINFO is not set
|
|
CONFIG_SYS_PROMPT="U-Boot => "
|
|
CONFIG_DEFAULT_DEVICE_TREE="s700-cubieboard7"
|