mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-11 20:46:00 +01:00
Move ROCKCHIP_STIMER_BASE to Kconfig. Signed-off-by: Johan Jonker <jbx6244@gmail.com> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
24 lines
389 B
Plaintext
24 lines
389 B
Plaintext
if ROCKCHIP_RK3568
|
|
|
|
config TARGET_EVB_RK3568
|
|
bool "RK3568 evaluation board"
|
|
select BOARD_LATE_INIT
|
|
help
|
|
RK3568 EVB is a evaluation board for Rockchp RK3568.
|
|
|
|
config ROCKCHIP_BOOT_MODE_REG
|
|
default 0xfdc20200
|
|
|
|
config ROCKCHIP_STIMER_BASE
|
|
default 0xfdd1c020
|
|
|
|
config SYS_SOC
|
|
default "rk3568"
|
|
|
|
config SYS_MALLOC_F_LEN
|
|
default 0x2000
|
|
|
|
source "board/rockchip/evb_rk3568/Kconfig"
|
|
|
|
endif
|