
Hi Igor,
On 8 October 2015 at 19:48, Igor Grinberg grinberg@compulab.co.il 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 2c42b8e..d98eb19 100644 --- a/common/Kconfig +++ b/common/Kconfig @@ -148,6 +148,12 @@ config CMD_BOOTM help Boot an application image from the memory.
+config CMD_BOOTZ
bool "bootz"
select CMD_BOOTM
Do we need this, or can it be 'depends on CMD_BOOTM'?
help
Boot a Linux kernel zImage from the memory.
Could you add a brief description of what a zImage is and how it gets created? It would be good to be a bit more descriptive in these help messages.
config CMD_GO bool "go" default y -- 2.4.9
Regards, Simon