diff options
| author | Tom Rini <[email protected]> | 2022-11-03 20:23:27 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-11-03 20:23:27 -0400 |
| commit | 45fc699cc54739c6f80ae4da920c121bc7d8665a (patch) | |
| tree | e3deaf3fe3cad6187cf8cb39d58a82341999dcb4 /board | |
| parent | 36bc9b6113ca96ca5c0d821195adede38395befd (diff) | |
| parent | 8450b97bf4464ab8b9c1b33b5a9150ae80c6136e (diff) | |
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.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/board/imgtec/ci20/ci20.c b/board/imgtec/ci20/ci20.c index 7cbe49abd93..89f5e7ad792 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(); |
