diff options
author | Daniel Schwierzeck | 2022-07-10 17:15:14 +0200 |
---|---|---|
committer | Daniel Schwierzeck | 2022-11-02 21:42:32 +0100 |
commit | a29491ade0adf3dbb9dc51be8b45530edde1f1df (patch) | |
tree | e062207fc28a9cac81e4559f69619bc5bc5d72ae /configs/ci20_mmc_defconfig | |
parent | ea24b0eacfffa7c3e7d25aa8e3d75d11fb13dca8 (diff) |
MIPS: convert CONFIG_SYS_MIPS_TIMER_FREQ to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_MIPS_TIMER_REQ
Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'configs/ci20_mmc_defconfig')
-rw-r--r-- | configs/ci20_mmc_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ci20_mmc_defconfig b/configs/ci20_mmc_defconfig index 8b75883c031..ecb3c9ca2fd 100644 --- a/configs/ci20_mmc_defconfig +++ b/configs/ci20_mmc_defconfig @@ -13,6 +13,7 @@ CONFIG_SPL_MMC=y CONFIG_SPL=y CONFIG_SYS_LOAD_ADDR=0x81000000 CONFIG_ARCH_JZ47XX=y +CONFIG_SYS_MIPS_TIMER_FREQ=1200000000 CONFIG_FIT=y CONFIG_USE_BOOTARGS=y CONFIG_BOOTARGS="console=ttyS4,115200 rw rootwait root=/dev/mmcblk0p1" |