From: Igor Grinberg <grinberg@compulab.co.il>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 04/10] Kconfig: add CONFIG_CMD_BOOTZ
Date: Wed, 30 Sep 2015 10:52:21 +0300 [thread overview]
Message-ID: <560B94B5.7070505@compulab.co.il> (raw)
In-Reply-To: <20150929171133.GJ22966@bill-the-cat>
-----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 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@compulab.co.il>
>>>> Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
>>>> Cc: Simon Glass <sjg@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?
Aahh, yes that is true. Sorry about that.
- --
Regards,
Igor.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2
iQIcBAEBCAAGBQJWC5S1AAoJEBDE8YO64Efal6QQAI1/cg7ftNL0Kcyvkp7QMBKy
+KyLmJZQ+dVLjATzXJWLScaSQp3AuHfJgvoEfPIALZMxZmyXPuAWroP/hoBgNJdA
koo6Mk2x0ckMfqR4VVk0xF7peIUq528R9b+OVMrXCnum2RwOyz5+4IvWuVVmzUKa
B4a+7YACjO74M33V+FhQLMP4NJwtmBA+2Jwb09kitR26uGV/nenYDxCtSVHClO2F
4vZWYMw36Ex0H2nZP3PY7U2mDIyEqBFuCgEgve/g0HIz0BIKbxP8viRq5zVQMLcg
edJpn2/9eRKLfCBcDuZxMXqtx7Ox3fGK22OanhE3IGGvQk3EWu0zUWlmmnagb5Ja
8VwR2MwVCtQj+hCAY76dqcD9Dzv5iH/vygPvnHnwTjCEDXGH1FyVuI5emIWFqa8S
RvYVQyB8qMImYAI60oFwrIeg5D848fIwhJ3Gon1ydkZCA/eWE1KDb0Q/V7OgWuZq
rJGPWtGpJWezuUIelU4GoN0QLKhPnuhREpa3Bgtb1JvN72r0LMlVEq15GHSn3w1a
IRlIGSMkajtRO2l9ljfi0L0FghLBfdcMCoW0bsKp3eEdux3WX3AQs4+26jfZVd4L
E9uC5Si5YYdE3R4TSkjEYTVsVwDaSzzQdf3q6HqAfc62lD0fXFYYUMYnN0pHdH5b
S0W0cgxgtCs3yTzXiQIE
=DhyG
-----END PGP SIGNATURE-----
next prev parent reply other threads:[~2015-09-30 7:52 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-26 14:54 [U-Boot] [PATCH 00/10] Kconfig and ti omap configs tidy up Igor Grinberg
2015-08-26 14:54 ` [U-Boot] [PATCH 01/10] configs: remove remnants of CONFIG_SYS_NAND_QUIET_TEST Igor Grinberg
2015-08-27 4:53 ` Stefan Roese
2015-09-28 21:07 ` [U-Boot] [U-Boot, " Tom Rini
2015-08-26 14:54 ` [U-Boot] [PATCH 02/10] Kconfig: fix typo in CONFIG_FIT description Igor Grinberg
2015-08-28 17:58 ` Simon Glass
2015-09-28 21:07 ` [U-Boot] [U-Boot, " Tom Rini
2015-08-26 14:54 ` [U-Boot] [PATCH 03/10] Kconfig: add CONFIG_BOOTDELAY Igor Grinberg
2015-08-28 17:58 ` Simon Glass
2015-08-26 14:54 ` [U-Boot] [PATCH 04/10] Kconfig: add CONFIG_CMD_BOOTZ Igor Grinberg
2015-09-24 9:57 ` Igor Grinberg
2015-09-29 16:25 ` Igor Grinberg
2015-09-29 17:11 ` Tom Rini
2015-09-30 7:52 ` Igor Grinberg [this message]
2015-08-26 14:54 ` [U-Boot] [PATCH 05/10] ti: omap3: config: remove 1 from boolean define Igor Grinberg
2015-09-24 9:56 ` Igor Grinberg
2015-09-29 16:25 ` Igor Grinberg
2015-09-29 17:12 ` Tom Rini
2015-09-30 7:54 ` Igor Grinberg
2015-08-26 14:54 ` [U-Boot] [PATCH 06/10] ti: omap/am: move CONFIG_HUSH_PARSER to defconfig Igor Grinberg
2015-08-26 14:54 ` [U-Boot] [PATCH 07/10] ti: omap/am: move CONFIG_CMD_BOOTZ " Igor Grinberg
2015-08-26 14:54 ` [U-Boot] [PATCH 08/10] ti: omap/am: move CONFIG_CMD_NAND " Igor Grinberg
2015-08-26 14:54 ` [U-Boot] [PATCH 09/10] ti: omap/am: move CONFIG_CMD_I2C " Igor Grinberg
2015-08-26 14:54 ` [U-Boot] [PATCH 10/10] ti: omap/am: move CONFIG_BOOTDELAY " Igor Grinberg
2015-09-24 9:53 ` [U-Boot] [PATCH 00/10] Kconfig and ti omap configs tidy up Igor Grinberg
2015-09-25 17:37 ` Tom Rini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=560B94B5.7070505@compulab.co.il \
--to=grinberg@compulab.co.il \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox