diff options
author | Johan Jonker <jbx6244@gmail.com> | 2022-04-09 18:55:02 +0200 |
---|---|---|
committer | Kever Yang <kever.yang@rock-chips.com> | 2022-04-18 11:25:12 +0800 |
commit | 54562045e5937e724ae574f02bdb040338d258be (patch) | |
tree | fb3dab1c7ba88599d9cdb877ebe8c9c2b76a2d90 /configs/rock_defconfig | |
parent | 60be6e0860e3f7ea644c70f3342861be7cef8b8f (diff) | |
download | u-boot-54562045e5937e724ae574f02bdb040338d258be.tar.gz |
rockchip: move ROCKCHIP_STIMER_BASE to Kconfig
Move ROCKCHIP_STIMER_BASE to Kconfig.
Signed-off-by: Johan Jonker <jbx6244@gmail.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'configs/rock_defconfig')
-rw-r--r-- | configs/rock_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/rock_defconfig b/configs/rock_defconfig index 290f5afd787..4aa4608f904 100644 --- a/configs/rock_defconfig +++ b/configs/rock_defconfig @@ -11,6 +11,7 @@ CONFIG_ENV_OFFSET=0x3F8000 CONFIG_DEFAULT_DEVICE_TREE="rk3188-radxarock" CONFIG_SPL_TEXT_BASE=0x10080800 CONFIG_ROCKCHIP_RK3188=y +# CONFIG_ROCKCHIP_STIMER is not set CONFIG_TARGET_ROCK=y CONFIG_SPL_STACK_R_ADDR=0x60080000 CONFIG_DEBUG_UART_BASE=0x20064000 |