mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 23:47:24 +00:00
f1a225229a
RK3308 is a quad Cortex A35 based SOC with rich audio interfaces(I2S/PCM/TDM/PDM/SPDIF/VAD/HDMI ARC), which designed for intelligent voice interaction and audio input/output processing. Signed-off-by: Andy Yan <andy.yan@rock-chips.com> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
14 lines
188 B
Text
14 lines
188 B
Text
if ROCKCHIP_RK3308
|
|
|
|
config SYS_SOC
|
|
default "rk3308"
|
|
|
|
config SYS_MALLOC_F_LEN
|
|
default 0x400
|
|
|
|
config SPL_SERIAL_SUPPORT
|
|
default y
|
|
|
|
config ROCKCHIP_BOOT_MODE_REG
|
|
default 0xff000500
|
|
endif
|