summaryrefslogtreecommitdiff
path: root/include/configs/mx7_common.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-12-04 10:13:45 -0500
committerTom Rini <trini@konsulko.com>2022-12-23 10:15:12 -0500
commit3cdd6302a5c6cc2f6b59b845f6f1fc31061b1dd2 (patch)
tree94af38f6b4948c2247f9d89f8679e73d47d4b90d /include/configs/mx7_common.h
parent77d0870c2901b28e003fa256c00d8570b2066cae (diff)
downloadu-boot-3cdd6302a5c6cc2f6b59b845f6f1fc31061b1dd2.tar.gz
global: Migrate CONFIG_SC_TIMER_CLK to CFG
Perform a simple rename of CONFIG_SC_TIMER_CLK to CFG_SC_TIMER_CLK Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/mx7_common.h')
-rw-r--r--include/configs/mx7_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx7_common.h b/include/configs/mx7_common.h
index 6e14b4fbf0..a542839ce1 100644
--- a/include/configs/mx7_common.h
+++ b/include/configs/mx7_common.h
@@ -14,7 +14,7 @@
#include <asm/mach-imx/gpio.h>
/* Timer settings */
-#define CONFIG_SC_TIMER_CLK 8000000 /* 8Mhz */
+#define CFG_SC_TIMER_CLK 8000000 /* 8Mhz */
/* Miscellaneous configurable options */