From b7fbdc55c7c72e97595f1f3233c0e9477c97c52b Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Thu, 12 May 2022 16:12:16 -0400 Subject: Convert CONFIG_HUSH_INIT_VAR to Kconfig This converts the following to Kconfig: CONFIG_HUSH_INIT_VAR Signed-off-by: Tom Rini --- include/configs/km/keymile-common.h | 2 -- include/configs/socfpga_arria5_secu1.h | 1 - 2 files changed, 3 deletions(-) (limited to 'include') diff --git a/include/configs/km/keymile-common.h b/include/configs/km/keymile-common.h index 64d121bb5b5..4bca1a78302 100644 --- a/include/configs/km/keymile-common.h +++ b/include/configs/km/keymile-common.h @@ -13,8 +13,6 @@ * Miscellaneous configurable options */ -#define CONFIG_HUSH_INIT_VAR - #define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200, 230400 } #define CONFIG_LOADS_ECHO diff --git a/include/configs/socfpga_arria5_secu1.h b/include/configs/socfpga_arria5_secu1.h index 88fd8ae44cc..3a77c71874d 100644 --- a/include/configs/socfpga_arria5_secu1.h +++ b/include/configs/socfpga_arria5_secu1.h @@ -9,7 +9,6 @@ #include #include -#define CONFIG_HUSH_INIT_VAR /* Eternal oscillator */ #define CONFIG_SYS_TIMER_RATE 40000000 -- cgit v1.2.3