summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2022-07-10 18:15:12 +0300
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2022-11-02 23:42:32 +0300
commite9dcd5b40236b82672117464564d38511f1f7a0b (patch)
tree17e315345e0b8d2a7e4c5985a2a8adf29bc09ab8 /board
parentac14db1ca99a336b2bd78e12ebb3111bfb8dbc26 (diff)
downloadu-boot-e9dcd5b40236b82672117464564d38511f1f7a0b.tar.xz
MIPS: remove CONFIG_SYS_MHZ
Resolve all uses of CONFIG_SYS_MHZ with the currently defined value. Remove code which depends on CONFIG_SYS_MHZ but where no board configs actually use that code. Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> Reviewed-by: Stefan Roese <sr@denx.de>
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();