summaryrefslogtreecommitdiffstats
path: root/Documentation
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 /Documentation
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 'Documentation')
-rw-r--r--Documentation/commands.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/commands.dox b/Documentation/commands.dox
index 4c14a8855e..a8850b1bb4 100644
--- a/Documentation/commands.dox
+++ b/Documentation/commands.dox
@@ -20,5 +20,5 @@
@li @subpage setenv_command
@li @subpage sh_command
@li @subpage unprotect_command
-
+@li @subpage linux16_command
*/