mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
15 lines
188 B
Text
15 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
|