diff options
author | Tom Rini <trini@konsulko.com> | 2021-11-05 15:38:46 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-11-05 15:38:46 -0400 |
commit | 52207514ba419a69a8105d16997b025f966c8879 (patch) | |
tree | 910be34154c25de5cb431cecfd87836ff50b2c5d /include/configs/pico-imx7d.h | |
parent | 2a5ad542e6c238ff5c0b490b49354e780ab46d71 (diff) | |
parent | ce5bae5ccd3809366a3ffb4d8b2046e8f2f6f0f1 (diff) |
Merge branch '2021-11-05-Kconfig-syncs'
- An assortment of changes to finish migration of a number of symbols,
and move YAFFS2 related options that we enable to Kconfig as well.
Diffstat (limited to 'include/configs/pico-imx7d.h')
-rw-r--r-- | include/configs/pico-imx7d.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/pico-imx7d.h b/include/configs/pico-imx7d.h index c0464278b9..cbac950549 100644 --- a/include/configs/pico-imx7d.h +++ b/include/configs/pico-imx7d.h @@ -107,8 +107,6 @@ #include <config_distro_bootcmd.h> #include <linux/stringify.h> -#define CONFIG_SYS_HZ 1000 - /* Physical Memory Map */ #define PHYS_SDRAM MMDC0_ARB_BASE_ADDR |