Re: [U-Boot] [PATCH 1/2] Kconfig: add CONFIG_CMD_BOOTZ

2015-10-12 Thread Igor Grinberg
Hi Simon, On 10/09/15 12:36, Simon Glass wrote: > Hi Igor, > > On 8 October 2015 at 19:48, Igor Grinberg wrote: >> Add CONFIG_CMD_BOOTZ to the Kconfig. >> Since the CONFIG_CMD_BOOTZ cannot live without the CONFIG_CMD_BOOTM, >> make it select the CONFIG_CMD_BOOTM. >> >>

Re: [U-Boot] [PATCH 1/2] Kconfig: add CONFIG_CMD_BOOTZ

2015-10-09 Thread Simon Glass
Hi Igor, On 8 October 2015 at 19:48, Igor Grinberg wrote: > Add CONFIG_CMD_BOOTZ to the Kconfig. > Since the CONFIG_CMD_BOOTZ cannot live without the CONFIG_CMD_BOOTM, > make it select the CONFIG_CMD_BOOTM. > > Signed-off-by: Igor Grinberg > Cc:

[U-Boot] [PATCH 1/2] Kconfig: add CONFIG_CMD_BOOTZ

2015-10-08 Thread Igor Grinberg
Add CONFIG_CMD_BOOTZ to the Kconfig. Since the CONFIG_CMD_BOOTZ cannot live without the CONFIG_CMD_BOOTM, make it select the CONFIG_CMD_BOOTM. Signed-off-by: Igor Grinberg Cc: Masahiro Yamada Cc: Simon Glass ---