Re: [U-Boot] [PATCH] imx: Unify CONFIG_BOOTDELAY

2017-12-04 Thread Stefano Babic
On 01/12/2017 21:33, Fabio Estevam wrote: > Hi Stefano, > > On Mon, Nov 20, 2017 at 11:54 AM, Fabio Estevam wrote: >> In order to provide a consistent user experience for imx board users, >> remove the custom CONFIG_BOOTDELAY values from defconfig files, so that >> all boards can use the default

Re: [U-Boot] [PATCH] imx: Unify CONFIG_BOOTDELAY

2017-12-01 Thread Fabio Estevam
Hi Stefano, On Mon, Nov 20, 2017 at 11:54 AM, Fabio Estevam wrote: > In order to provide a consistent user experience for imx board users, > remove the custom CONFIG_BOOTDELAY values from defconfig files, so that > all boards can use the default two second delay. > > Signed-off-by: Fabio Estevam

Re: [U-Boot] [PATCH] imx: Unify CONFIG_BOOTDELAY

2017-11-21 Thread Lukasz Majewski
Hi Fabio, > In order to provide a consistent user experience for imx board users, > remove the custom CONFIG_BOOTDELAY values from defconfig files, so > that all boards can use the default two second delay. Reviewed-by: Lukasz Majewski > > Signed-off-by: Fabio Estevam > --- > configs/mx23evk

[U-Boot] [PATCH] imx: Unify CONFIG_BOOTDELAY

2017-11-20 Thread Fabio Estevam
In order to provide a consistent user experience for imx board users, remove the custom CONFIG_BOOTDELAY values from defconfig files, so that all boards can use the default two second delay. Signed-off-by: Fabio Estevam --- configs/mx23evk_defconfig | 1 - configs/mx25pdk_defconf