diff options
author | Kever Yang <kever.yang@rock-chips.com> | 2019-07-09 22:00:23 +0800 |
---|---|---|
committer | Kever Yang <kever.yang@rock-chips.com> | 2019-07-20 23:59:44 +0800 |
commit | acea1238258eac8c298d3754032cadd4d26193c6 (patch) | |
tree | 78f904a4a22a8abaef1922957ea689e4c85ff3e0 /scripts | |
parent | f3d689c0e051216cbcc27ab6a30e2d4c2760c46c (diff) | |
download | u-boot-acea1238258eac8c298d3754032cadd4d26193c6.tar.gz u-boot-acea1238258eac8c298d3754032cadd4d26193c6.tar.bz2 u-boot-acea1238258eac8c298d3754032cadd4d26193c6.zip |
rockchip: rk322x: use ARM arch timer instead of rk_timer
We prefer to use ARM arch timer instead of rockchip timer, so that
we are using the same timer for SPL, U-Boot and Kernel, which will
make things simple and easy to track to boot time.
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/config_whitelist.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index bd167959b3..e616f7229b 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -1532,6 +1532,7 @@ CONFIG_RMSTP9_ENA CONFIG_ROCKCHIP_CHIP_TAG CONFIG_ROCKCHIP_MAX_INIT_SIZE CONFIG_ROCKCHIP_SDHCI_MAX_FREQ +CONFIG_ROCKCHIP_STIMER_BASE CONFIG_ROM_STUBS CONFIG_ROOTFS_OFFSET CONFIG_ROOTPATH |