mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
2a728f3a1e
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>
6 lines
194 B
Text
6 lines
194 B
Text
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.
|