diff mbox

[U-Boot] igep00x0: remove #undef CONFIG_BOOTDELAY

Message ID 20160121103558.GB22730@localhost.localdomain
State Accepted
Commit a994d8396fbf2155fd13991ecc97927e0f65ab56
Delegated to: Tom Rini
Headers show

Commit Message

Ladislav Michl Jan. 21, 2016, 10:35 a.m. UTC
Do not undefine CONFIG_BOOTDELAY, so board can boot without user
intervention.

Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
---
 include/configs/omap3_igep00x0.h | 2 --
 1 file changed, 2 deletions(-)

Comments

Enric Balletbo Serra Jan. 22, 2016, 10:44 p.m. UTC | #1
2016-01-21 11:35 GMT+01:00 Ladislav Michl <ladis@linux-mips.org>:
> Do not undefine CONFIG_BOOTDELAY, so board can boot without user
> intervention.
>
> Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
> ---
>  include/configs/omap3_igep00x0.h | 2 --
>  1 file changed, 2 deletions(-)
>
> diff --git a/include/configs/omap3_igep00x0.h b/include/configs/omap3_igep00x0.h
> index 5da6cfd..5e33845 100644
> --- a/include/configs/omap3_igep00x0.h
> +++ b/include/configs/omap3_igep00x0.h
> @@ -19,8 +19,6 @@
>  #include <configs/ti_omap3_common.h>
>  #include <asm/mach-types.h>
>
> -#undef CONFIG_BOOTDELAY
> -
>  /*
>   * Display CPU and Board information
>   */
> --
> 2.1.4
>
Acked-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Tom Rini Jan. 25, 2016, 9:29 p.m. UTC | #2
On Thu, Jan 21, 2016 at 11:35:58AM +0100, Ladislav Michl wrote:

> Do not undefine CONFIG_BOOTDELAY, so board can boot without user
> intervention.
> 
> Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
> Acked-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>

Applied to u-boot/master, thanks!
diff mbox

Patch

diff --git a/include/configs/omap3_igep00x0.h b/include/configs/omap3_igep00x0.h
index 5da6cfd..5e33845 100644
--- a/include/configs/omap3_igep00x0.h
+++ b/include/configs/omap3_igep00x0.h
@@ -19,8 +19,6 @@ 
 #include <configs/ti_omap3_common.h>
 #include <asm/mach-types.h>
 
-#undef CONFIG_BOOTDELAY
-
 /*
  * Display CPU and Board information
  */