diff options
author | Tom Rini <trini@konsulko.com> | 2020-06-16 19:06:16 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-06-26 10:29:05 -0400 |
commit | 40930837abd26514d7b9e2607621c8ce28d9fa65 (patch) | |
tree | 93af24206b78a2efadc3c5bd746b01f8b6711ff6 | |
parent | 53355d53a48f9b91ec6f45b727cb25b13671e7da (diff) |
arm: abb secu1: Convert CONFIG_BOOTDELAY to Kconfig
This converts the following to Kconfig:
CONFIG_BOOTDELAY
Cc: Holger Brunck <holger.brunck@ch.abb.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
-rw-r--r-- | include/configs/socfpga_arria5_secu1.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/socfpga_arria5_secu1.h b/include/configs/socfpga_arria5_secu1.h index 77914438bf..eb17470ae6 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 \ |