summaryrefslogtreecommitdiff
path: root/include/configs/ap143.h
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 /include/configs/ap143.h
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 'include/configs/ap143.h')
-rw-r--r--include/configs/ap143.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/configs/ap143.h b/include/configs/ap143.h
index 60b9e779fa..579b9b4f2c 100644
--- a/include/configs/ap143.h
+++ b/include/configs/ap143.h
@@ -6,8 +6,7 @@
#ifndef __CONFIG_H
#define __CONFIG_H
-#define CONFIG_SYS_MHZ 325
-#define CONFIG_SYS_MIPS_TIMER_FREQ (CONFIG_SYS_MHZ * 1000000)
+#define CONFIG_SYS_MIPS_TIMER_FREQ 325000000
#define CONFIG_SYS_SDRAM_BASE 0x80000000