diff options
author | Tom Rini | 2021-10-30 23:03:49 -0400 |
---|---|---|
committer | Tom Rini | 2021-11-05 11:23:29 -0400 |
commit | 1a77da4b333d25314a861d7be926848b084b8f02 (patch) | |
tree | 66007ed679fb4f9a0ddee7c3dfac48d9a6b606d2 /include/configs/cl-som-imx7.h | |
parent | 7115007ccf161ac668e91e899c2f55c050bb93da (diff) |
Convert CONFIG_SYS_HZ to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_HZ
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/cl-som-imx7.h')
-rw-r--r-- | include/configs/cl-som-imx7.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/cl-som-imx7.h b/include/configs/cl-som-imx7.h index ebfe356eee0..fe72bfd95cb 100644 --- a/include/configs/cl-som-imx7.h +++ b/include/configs/cl-som-imx7.h @@ -92,8 +92,6 @@ "echo eMMC boot attempt ...; run emmcbootscript; run emmcboot; " \ "echo USB boot attempt ...; run usbbootscript; " -#define CONFIG_SYS_HZ 1000 - /* Physical Memory Map */ #define PHYS_SDRAM MMDC0_ARB_BASE_ADDR |