diff mbox series

[16/30] arm: abb secu1: Convert CONFIG_BOOTDELAY to Kconfig

Message ID 20200610201634.8457-17-trini@konsulko.com
State Superseded
Headers show
Series Finish some Kconfig migrations | expand

Commit Message

Tom Rini June 10, 2020, 8:16 p.m. UTC
This converts the following to Kconfig:
   CONFIG_BOOTDELAY

Cc: Holger Brunck <holger.brunck at ch.abb.com>
Signed-off-by: Tom Rini <trini at konsulko.com>
---
 include/configs/socfpga_arria5_secu1.h | 1 -
 1 file changed, 1 deletion(-)

Comments

Holger Brunck June 12, 2020, 7:26 a.m. UTC | #1
Hello Tom,

> 
> This converts the following to Kconfig:
>    CONFIG_BOOTDELAY
> 
> Cc: Holger Brunck <holger.brunck at ch.abb.com>
> Signed-off-by: Tom Rini <trini at konsulko.com>
> ---
>  include/configs/socfpga_arria5_secu1.h | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/include/configs/socfpga_arria5_secu1.h
> b/include/configs/socfpga_arria5_secu1.h
> index 77914438bfa0..eb17470ae6bc 100644
> --- a/include/configs/socfpga_arria5_secu1.h
> +++ b/include/configs/socfpga_arria5_secu1.h
> @@ -28,7 +28,6 @@
>  #define CONFIG_SYS_I2C_RTC_ADDR         0x68
> 
>  /* Booting Linux */
> -#define CONFIG_BOOTDELAY       2
>  #define CONFIG_BOOTFILE                "zImage"
> 
>  #define CONFIG_BOOTCOMMAND     \
> --
> 2.17.1

Acked-By: Holger Brunck <holger.brunck at ch.abb.com>

Best regards
Holger
diff mbox series

Patch

diff --git a/include/configs/socfpga_arria5_secu1.h b/include/configs/socfpga_arria5_secu1.h
index 77914438bfa0..eb17470ae6bc 100644
--- a/include/configs/socfpga_arria5_secu1.h
+++ b/include/configs/socfpga_arria5_secu1.h
@@ -28,7 +28,6 @@ 
 #define CONFIG_SYS_I2C_RTC_ADDR         0x68
 
 /* Booting Linux */
-#define CONFIG_BOOTDELAY	2
 #define CONFIG_BOOTFILE		"zImage"
 
 #define CONFIG_BOOTCOMMAND	\