Re: [U-Boot] [PATCH 04/10] Kconfig: add CONFIG_CMD_BOOTZ

2015-09-30 Thread Igor Grinberg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 09/29/15 20:11, Tom Rini wrote: > On Tue, Sep 29, 2015 at 07:25:02PM +0300, Igor Grinberg wrote: >> ping x2 >> >> On 09/24/15 12:57, Igor Grinberg wrote: >>> ping. >>> >>> On 08/26/15 17:54, Igor Grinberg wrote: Add CONFIG_CMD_BOOTZ to the Kc

Re: [U-Boot] [PATCH 04/10] Kconfig: add CONFIG_CMD_BOOTZ

2015-09-29 Thread Tom Rini
On Tue, Sep 29, 2015 at 07:25:02PM +0300, Igor Grinberg wrote: > ping x2 > > On 09/24/15 12:57, Igor Grinberg wrote: > > ping. > > > > On 08/26/15 17:54, Igor Grinberg wrote: > >> Add CONFIG_CMD_BOOTZ to the Kconfig. > >> Since the CONFIG_CMD_BOOTZ cannot live without the CONFIG_CMD_BOOTM, > >> m

Re: [U-Boot] [PATCH 04/10] Kconfig: add CONFIG_CMD_BOOTZ

2015-09-29 Thread Igor Grinberg
ping x2 On 09/24/15 12:57, Igor Grinberg wrote: > ping. > > On 08/26/15 17:54, 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: Ma

Re: [U-Boot] [PATCH 04/10] Kconfig: add CONFIG_CMD_BOOTZ

2015-09-24 Thread Igor Grinberg
ping. On 08/26/15 17:54, 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: Masahiro Yamada > Cc: Simon Glass > --- > common/Kconfig |

[U-Boot] [PATCH 04/10] Kconfig: add CONFIG_CMD_BOOTZ

2015-08-26 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 --- common/Kconfig | 6 ++ 1 file changed, 6 insertions(+) diff --git a/common/Kc