u-boot-brain/arch/sh/lib/Kconfig
Simon Glass 2a728f3a1e Convert CONFIG_CMD_SH_ZIMAGEBOOT to Kconfig
This converts the following to Kconfig:
   CONFIG_CMD_SH_ZIMAGEBOOT

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
2017-08-11 15:41:57 -04:00

7 lines
194 B
Plaintext

config CMD_SH_ZIMAGEBOOT
bool "zimageboot - Boot a zImage on SH"
default y
help
This is special SH-specific command to boot a zImage (compressed
Linux image) on SH-architecture boards.