diff options
author | Kever Yang <kever.yang@rock-chips.com> | 2018-04-18 11:13:46 +0800 |
---|---|---|
committer | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | 2018-04-25 22:20:06 +0200 |
commit | fd9e0fe0e3f087fd5abec19ebf620c7a79a93040 (patch) | |
tree | 70776e22366f8b21e2f10c19ad188bfd4874ab2a /configs/rock_defconfig | |
parent | f9ef5447863f88898db2e997a5e056bcdb8362a5 (diff) | |
download | u-boot-fd9e0fe0e3f087fd5abec19ebf620c7a79a93040.tar.gz |
rockchip: rk3188: use DM timer instead of rk_timer
Disable rk_timer as SYS timer and use DM timer instead,
so that we can get a better timer framework, the rk_timer
is going to be clean after we conver to use DM timer or
ARM arch/generic timer.
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Diffstat (limited to 'configs/rock_defconfig')
-rw-r--r-- | configs/rock_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/rock_defconfig b/configs/rock_defconfig index c4a236ccf6..9112985500 100644 --- a/configs/rock_defconfig +++ b/configs/rock_defconfig @@ -5,6 +5,9 @@ CONFIG_ARCH_ROCKCHIP=y CONFIG_SYS_TEXT_BASE=0x60000000 CONFIG_SYS_MALLOC_F_LEN=0x2000 CONFIG_ROCKCHIP_RK3188=y +CONFIG_TIMER=y +CONFIG_SPL_TIMER=y +CONFIG_ROCKCHIP_TIMER=y CONFIG_SPL_ROCKCHIP_BACK_TO_BROM=y CONFIG_TARGET_ROCK=y CONFIG_SPL_STACK_R_ADDR=0x60080000 |