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

Tom Rini trini at konsulko.com
Tue Sep 29 19:11:33 CEST 2015


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,
> >> make it select the CONFIG_CMD_BOOTM.
> >>
> >> Signed-off-by: Igor Grinberg <grinberg at compulab.co.il>
> >> Cc: Masahiro Yamada <yamada.masahiro at socionext.com>
> >> Cc: Simon Glass <sjg at chromium.org>
> >> ---
> >>  common/Kconfig | 6 ++++++
> >>  1 file changed, 6 insertions(+)
> >>
> >> diff --git a/common/Kconfig b/common/Kconfig
> >> index ecbf6cb..b7791bd 100644
> >> --- a/common/Kconfig
> >> +++ b/common/Kconfig
> >> @@ -165,6 +165,12 @@ config CMD_BOOTM
> >>  	help
> >>  	  Boot an application image from the memory.
> >>  
> >> +config CMD_BOOTZ
> >> +	bool "bootz"
> >> +	select CMD_BOOTM
> >> +	help
> >> +	  Boot a Linux kernel zImage from the memory.
> >> +
> >>  config CMD_GO
> >>  	bool "go"
> >>  	default y

I figured you were tackling this later with moveconfig.py, no?

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20150929/6a522fa5/attachment.sig>


More information about the U-Boot mailing list