Re: [U-Boot] [PATCH] igep00x0: remove #undef CONFIG_BOOTDELAY

2016-01-22 Thread Enric Balletbo Serra
2016-01-21 11:35 GMT+01:00 Ladislav Michl : > Do not undefine CONFIG_BOOTDELAY, so board can boot without user > intervention. > > Signed-off-by: Ladislav Michl > --- > include/configs/omap3_igep00x0.h | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/include/configs/omap3_igep00x0.h > b

[U-Boot] [PATCH] igep00x0: remove #undef CONFIG_BOOTDELAY

2016-01-21 Thread Ladislav Michl
Do not undefine CONFIG_BOOTDELAY, so board can boot without user intervention. Signed-off-by: Ladislav Michl --- 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