summaryrefslogtreecommitdiffstats
path: root/commands/Kconfig
diff options
context:
space:
mode:
authorJuergen Beisert <jbe@pengutronix.de>2010-01-12 11:15:47 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2010-01-14 10:06:16 +0100
commit70810935313bfb073c942f9a96bdd8502a05f6c1 (patch)
tree49b01f23fc0ef19059dd5d2f2a69be230d4ebc2f /commands/Kconfig
parent835aa6b59948817f094c7e55e530a7e426c79161 (diff)
downloadbarebox-70810935313bfb073c942f9a96bdd8502a05f6c1.tar.gz
barebox-70810935313bfb073c942f9a96bdd8502a05f6c1.tar.xz
Add a special command to load and start a bzImage on x86
Other architectures are supporting the uImage format used by barebox's 'bootm' command. x86 does'nt. So, we need a special command to be able to boot the x86 specific bzImage format. Signed-off-by: Juergen Beisert <jbe@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'commands/Kconfig')
-rw-r--r--commands/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/commands/Kconfig b/commands/Kconfig
index 28896cb937..bb264fc173 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -219,6 +219,14 @@ config CMD_BOOTU
compile in the 'bootu' command to start raw (uncompressed)
Linux images
+config CMD_LINUX16
+ tristate
+ default y if X86
+ prompt "linux16"
+ help
+ Compile the linux16 command to be able to boot bzImages
+ via real mode.
+
config CMD_RESET
tristate
prompt "reset"