diff options
author | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2022-07-10 17:15:12 +0200 |
---|---|---|
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2022-11-02 21:42:32 +0100 |
commit | e9dcd5b40236b82672117464564d38511f1f7a0b (patch) | |
tree | 17e315345e0b8d2a7e4c5985a2a8adf29bc09ab8 /board | |
parent | ac14db1ca99a336b2bd78e12ebb3111bfb8dbc26 (diff) | |
download | u-boot-e9dcd5b40236b82672117464564d38511f1f7a0b.tar.gz |
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.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(); |