Drop SoC specific TEXT_BASE and use a common TEXT_BASE for all SoCs. Move the common TEXT_BASE to 8 MiB offset from start of DRAM to help support RAM boot from maskrom introduced in next patch. RAM boot from maskrom mode will expect the FIT payload to be located at 2 MiB offset from start or DRAM. Signed-off-by: Jonas Karlman <jonas@kwiboo.se> Tested-by: Arnaud Patard <arnaud.patard@collabora.com> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
24 lines
408 B
Plaintext
24 lines
408 B
Plaintext
if ROCKCHIP_RK3308
|
|
|
|
config TARGET_EVB_RK3308
|
|
bool "EVB_RK3308"
|
|
select BOARD_LATE_INIT
|
|
|
|
config TARGET_ROC_RK3308_CC
|
|
bool "Firefly roc-rk3308-cc"
|
|
select BOARD_LATE_INIT
|
|
|
|
config ROCKCHIP_BOOT_MODE_REG
|
|
default 0xff000500
|
|
|
|
config ROCKCHIP_STIMER_BASE
|
|
default 0xff1b00a0
|
|
|
|
config SYS_SOC
|
|
default "rk3308"
|
|
|
|
source "board/rockchip/evb_rk3308/Kconfig"
|
|
source "board/firefly/firefly-rk3308/Kconfig"
|
|
|
|
endif
|