diff options
author | Tom Rini <trini@konsulko.com> | 2022-06-16 14:04:33 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-07-05 17:03:01 -0400 |
commit | f96096d0dcb861e42cd74c5952101d27cb4bb705 (patch) | |
tree | 65f3e2e52620fd748819c5f2e9fd9450de7ab744 /include/configs/stmark2.h | |
parent | c24e8e2bb34da1fa17d19acf2b542dba5dfb7e47 (diff) | |
download | u-boot-f96096d0dcb861e42cd74c5952101d27cb4bb705.tar.gz u-boot-f96096d0dcb861e42cd74c5952101d27cb4bb705.tar.bz2 u-boot-f96096d0dcb861e42cd74c5952101d27cb4bb705.zip |
Convert CONFIG_EXTRA_CLOCK to Kconfig
This converts the following to Kconfig:
CONFIG_EXTRA_CLOCK
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/stmark2.h')
-rw-r--r-- | include/configs/stmark2.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/stmark2.h b/include/configs/stmark2.h index 2195feeb65..797d9bbb4a 100644 --- a/include/configs/stmark2.h +++ b/include/configs/stmark2.h @@ -41,7 +41,6 @@ #define CONFIG_SYS_SBFHDR_SIZE 0x7 /* Input, PCI, Flexbus, and VCO */ -#define CONFIG_EXTRA_CLOCK #define CONFIG_PRAM 2048 /* 2048 KB */ |