Re: [U-Boot] [PATCH v1 3/4] autoboot.c: Move config options to Kconfig

2015-05-10 Thread Simon Glass
On 7 May 2015 at 23:55, Stefan Roese wrote: > Hi Simon, > > On 08.05.2015 01:51, Simon Glass wrote: >> >> On 7 May 2015 at 06:13, Stefan Roese wrote: >>> >>> This patch moves the following config options to Kconfig: >>> >>> CONFIG_AUTOBOOT_KEYED >>> CONFIG_AUTOBOOT_PROMPT >>> CONFIG_AUTOBOOT_DELA

Re: [U-Boot] [PATCH v1 3/4] autoboot.c: Move config options to Kconfig

2015-05-08 Thread Stefan Roese
Hi Simon, On 08.05.2015 01:51, Simon Glass wrote: On 7 May 2015 at 06:13, Stefan Roese wrote: This patch moves the following config options to Kconfig: CONFIG_AUTOBOOT_KEYED CONFIG_AUTOBOOT_PROMPT CONFIG_AUTOBOOT_DELAY_STR CONFIG_AUTOBOOT_STOP_STR AUTOBOOT_KEYED_CTRLC Signed-off-by: Stefan R

Re: [U-Boot] [PATCH v1 3/4] autoboot.c: Move config options to Kconfig

2015-05-08 Thread Stefan Roese
Hi Masahiro, On 08.05.2015 05:30, Masahiro Yamada wrote: 2015-05-08 8:51 GMT+09:00 Simon Glass : Hi Stefan, On 7 May 2015 at 06:13, Stefan Roese wrote: This patch moves the following config options to Kconfig: CONFIG_AUTOBOOT_KEYED CONFIG_AUTOBOOT_PROMPT CONFIG_AUTOBOOT_DELAY_STR CONFIG_AUT

Re: [U-Boot] [PATCH v1 3/4] autoboot.c: Move config options to Kconfig

2015-05-07 Thread Masahiro Yamada
Hi Stefan, 2015-05-08 8:51 GMT+09:00 Simon Glass : > Hi Stefan, > > On 7 May 2015 at 06:13, Stefan Roese wrote: >> This patch moves the following config options to Kconfig: >> >> CONFIG_AUTOBOOT_KEYED >> CONFIG_AUTOBOOT_PROMPT >> CONFIG_AUTOBOOT_DELAY_STR >> CONFIG_AUTOBOOT_STOP_STR >> AUTOBOOT_K

Re: [U-Boot] [PATCH v1 3/4] autoboot.c: Move config options to Kconfig

2015-05-07 Thread Simon Glass
Hi Stefan, On 7 May 2015 at 06:13, Stefan Roese wrote: > This patch moves the following config options to Kconfig: > > CONFIG_AUTOBOOT_KEYED > CONFIG_AUTOBOOT_PROMPT > CONFIG_AUTOBOOT_DELAY_STR > CONFIG_AUTOBOOT_STOP_STR > AUTOBOOT_KEYED_CTRLC > > Signed-off-by: Stefan Roese > Cc: Masahiro Yamad

[U-Boot] [PATCH v1 3/4] autoboot.c: Move config options to Kconfig

2015-05-07 Thread Stefan Roese
This patch moves the following config options to Kconfig: CONFIG_AUTOBOOT_KEYED CONFIG_AUTOBOOT_PROMPT CONFIG_AUTOBOOT_DELAY_STR CONFIG_AUTOBOOT_STOP_STR AUTOBOOT_KEYED_CTRLC Signed-off-by: Stefan Roese Cc: Masahiro Yamada Cc: Simon Glass --- common/Kconfig | 64 +++