Re: [U-Boot] [PATCH 1/2] x86: x86-common.h: Add CONFIG_BOOTDELAY

2016-01-29 Thread Bin Meng
On Tue, Jan 19, 2016 at 2:19 PM, Bin Meng wrote: > On Mon, Jan 18, 2016 at 9:49 PM, Stefan Roese wrote: >> Without this CONFIG_BOOTDELAY, autobooting does not work at all. As >> autoboot_command() from common/* will not get called. So lets define >>

Re: [U-Boot] [PATCH 1/2] x86: x86-common.h: Add CONFIG_BOOTDELAY

2016-01-28 Thread Stefan Roese
Hi Bin, (added Simon to Cc) On 26.01.2016 07:48, Bin Meng wrote: On Tue, Jan 19, 2016 at 2:19 PM, Bin Meng wrote: On Mon, Jan 18, 2016 at 9:49 PM, Stefan Roese wrote: Without this CONFIG_BOOTDELAY, autobooting does not work at all. As autoboot_command()

Re: [U-Boot] [PATCH 1/2] x86: x86-common.h: Add CONFIG_BOOTDELAY

2016-01-28 Thread Stefan Roese
Hi Simon, On 28.01.2016 17:16, Simon Glass wrote: Hi Stefan, On 28 January 2016 at 09:13, Stefan Roese wrote: Hi Bin, (added Simon to Cc) On 26.01.2016 07:48, Bin Meng wrote: On Tue, Jan 19, 2016 at 2:19 PM, Bin Meng wrote: On Mon, Jan 18, 2016 at

Re: [U-Boot] [PATCH 1/2] x86: x86-common.h: Add CONFIG_BOOTDELAY

2016-01-28 Thread Simon Glass
Hi Stefan, On 28 January 2016 at 09:13, Stefan Roese wrote: > > Hi Bin, > > (added Simon to Cc) > > On 26.01.2016 07:48, Bin Meng wrote: >> >> On Tue, Jan 19, 2016 at 2:19 PM, Bin Meng wrote: >>> >>> On Mon, Jan 18, 2016 at 9:49 PM, Stefan Roese

Re: [U-Boot] [PATCH 1/2] x86: x86-common.h: Add CONFIG_BOOTDELAY

2016-01-28 Thread Stefan Roese
Hi Bin, On 26.01.2016 07:48, Bin Meng wrote: On Tue, Jan 19, 2016 at 2:19 PM, Bin Meng wrote: On Mon, Jan 18, 2016 at 9:49 PM, Stefan Roese wrote: Without this CONFIG_BOOTDELAY, autobooting does not work at all. As autoboot_command() from common/* will not

Re: [U-Boot] [PATCH 1/2] x86: x86-common.h: Add CONFIG_BOOTDELAY

2016-01-25 Thread Bin Meng
Hi Stefan, On Tue, Jan 19, 2016 at 2:19 PM, Bin Meng wrote: > On Mon, Jan 18, 2016 at 9:49 PM, Stefan Roese wrote: >> Without this CONFIG_BOOTDELAY, autobooting does not work at all. As >> autoboot_command() from common/* will not get called. So lets define >>

Re: [U-Boot] [PATCH 1/2] x86: x86-common.h: Add CONFIG_BOOTDELAY

2016-01-20 Thread Stefan Roese
Hi Tom, On 19.01.2016 18:25, Tom Rini wrote: On Mon, Jan 18, 2016 at 02:49:56PM +0100, Stefan Roese wrote: Without this CONFIG_BOOTDELAY, autobooting does not work at all. As autoboot_command() from common/* will not get called. So lets define CONFIG_BOOTDELAY, so that auto-booting works on

Re: [U-Boot] [PATCH 1/2] x86: x86-common.h: Add CONFIG_BOOTDELAY

2016-01-19 Thread Tom Rini
On Mon, Jan 18, 2016 at 02:49:56PM +0100, Stefan Roese wrote: > Without this CONFIG_BOOTDELAY, autobooting does not work at all. As > autoboot_command() from common/* will not get called. So lets define > CONFIG_BOOTDELAY, so that auto-booting works on x86. > > Signed-off-by: Stefan Roese

[U-Boot] [PATCH 1/2] x86: x86-common.h: Add CONFIG_BOOTDELAY

2016-01-18 Thread Stefan Roese
Without this CONFIG_BOOTDELAY, autobooting does not work at all. As autoboot_command() from common/* will not get called. So lets define CONFIG_BOOTDELAY, so that auto-booting works on x86. Signed-off-by: Stefan Roese Cc: Miao Yan Cc: Bin Meng

Re: [U-Boot] [PATCH 1/2] x86: x86-common.h: Add CONFIG_BOOTDELAY

2016-01-18 Thread Miao Yan
2016-01-18 21:49 GMT+08:00 Stefan Roese : > Without this CONFIG_BOOTDELAY, autobooting does not work at all. As > autoboot_command() from common/* will not get called. So lets define > CONFIG_BOOTDELAY, so that auto-booting works on x86. > > Signed-off-by: Stefan Roese

Re: [U-Boot] [PATCH 1/2] x86: x86-common.h: Add CONFIG_BOOTDELAY

2016-01-18 Thread Bin Meng
On Mon, Jan 18, 2016 at 9:49 PM, Stefan Roese wrote: > Without this CONFIG_BOOTDELAY, autobooting does not work at all. As > autoboot_command() from common/* will not get called. So lets define > CONFIG_BOOTDELAY, so that auto-booting works on x86. > > Signed-off-by: Stefan Roese