summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2007-11-05 14:39:07 +0100
committerJuergen Beisert <j.beisert@pengutronix.de>2007-11-05 14:39:07 +0100
commit4cd877a840026c10fcce9586cdf14e6c8d306078 (patch)
tree932d0ec3ac49c8acd4c0ae1122a9e764549f9056 /commands
parenta26f5e995ea600c33d44b412d84c7257e5e2870c (diff)
downloadbarebox-4cd877a840026c10fcce9586cdf14e6c8d306078.tar.gz
barebox-4cd877a840026c10fcce9586cdf14e6c8d306078.tar.xz
saving added docu
Diffstat (limited to 'commands')
-rw-r--r--commands/bootm.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/commands/bootm.c b/commands/bootm.c
index e943934a45..755d3a962b 100644
--- a/commands/bootm.c
+++ b/commands/bootm.c
@@ -853,3 +853,20 @@ do_bootm_lynxkdi (cmd_tbl_t *cmdtp,
}
#endif /* CONFIG_LYNXKDI */
+
+/**
+ * @file
+ * @brief Boot support for Linux
+ */
+
+/**
+ * @page boot_preparation Preparing for Boot
+ *
+ * This chapter describes what's to be done to forward the control from
+ * U-Boot to Linux. This part describes the generic part, below you can find
+ * the architecture specific part.
+ *
+ * - @subpage arm_boot_preparation
+ * - @subpage ppc_boot_preparation
+ * - @subpage x86_boot_preparation
+ */ \ No newline at end of file