diff options
Diffstat (limited to 'roms/u-boot/arch/sh/lib/Kconfig')
-rw-r--r-- | roms/u-boot/arch/sh/lib/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/roms/u-boot/arch/sh/lib/Kconfig b/roms/u-boot/arch/sh/lib/Kconfig new file mode 100644 index 000000000..cec8d09cc --- /dev/null +++ b/roms/u-boot/arch/sh/lib/Kconfig @@ -0,0 +1,6 @@ +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. |