summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-11-04 03:23:27 +0300
committerTom Rini <trini@konsulko.com>2022-11-04 03:23:27 +0300
commit45fc699cc54739c6f80ae4da920c121bc7d8665a (patch)
treee3deaf3fe3cad6187cf8cb39d58a82341999dcb4 /board
parent36bc9b6113ca96ca5c0d821195adede38395befd (diff)
parent8450b97bf4464ab8b9c1b33b5a9150ae80c6136e (diff)
downloadu-boot-45fc699cc54739c6f80ae4da920c121bc7d8665a.tar.xz
Merge tag 'mips-pull-2022-11-03' of https://source.denx.de/u-boot/custodians/u-boot-mips
- MIPS: convert CONFIG_SYS_MIPS_TIMER_FREQ to Kconfig - MIPS: mtmips: fix incorrectly converted default value for CONFIG_SPL_PAD_TO
Diffstat (limited to 'board')
-rw-r--r--board/imgtec/ci20/ci20.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/board/imgtec/ci20/ci20.c b/board/imgtec/ci20/ci20.c
index 7cbe49abd9..89f5e7ad79 100644
--- a/board/imgtec/ci20/ci20.c
+++ b/board/imgtec/ci20/ci20.c
@@ -350,10 +350,6 @@ static const struct jz4780_ddr_config H5TQ2G83CFR_48_config = {
.pulldn = 0x0e,
};
-#if (CONFIG_SYS_MHZ != 1200)
-#error No DDR configuration for CPU speed
-#endif
-
const struct jz4780_ddr_config *jz4780_get_ddr_config(void)
{
const int board_revision = ci20_revision();