diff mbox series

[PATCHv2,16/31] arm: abb secu1: Convert CONFIG_BOOTDELAY to Kconfig

Message ID 20200616230631.29189-16-trini@konsulko.com
State Accepted
Commit 40930837abd26514d7b9e2607621c8ce28d9fa65
Headers show
Series [PATCHv2,01/31] Convert CONFIG_AM335X_LCD to Kconfig | expand

Commit Message

Tom Rini June 16, 2020, 11:06 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

Tom Rini June 30, 2020, 3:18 p.m. UTC | #1
On Tue, Jun 16, 2020 at 07:06:16PM -0400, Tom Rini wrote:

> 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>

Applied to u-boot/next, thanks!
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	\