summaryrefslogtreecommitdiffstats
path: root/board/board.dox
diff options
context:
space:
mode:
authorJuergen Beisert <jbe@pengutronix.de>2009-12-15 11:32:02 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2009-12-15 11:32:02 +0100
commitdac84c7b9d67c2f831adb53a41f53a9f7330acdb (patch)
tree4e6e7ad95e421fd8e0f4a7eb1771b7391f8f1f1f /board/board.dox
parentf3d6e2f8f93b6f0d9b8ca68bc7978ea3036636be (diff)
downloadbarebox-dac84c7b9d67c2f831adb53a41f53a9f7330acdb.tar.gz
barebox-dac84c7b9d67c2f831adb53a41f53a9f7330acdb.tar.xz
documentation updates
Signed-off-by: Juergen Beisert <jbe@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'board/board.dox')
-rw-r--r--board/board.dox6
1 files changed, 3 insertions, 3 deletions
diff --git a/board/board.dox b/board/board.dox
index 12eff17be1..9c32682678 100644
--- a/board/board.dox
+++ b/board/board.dox
@@ -1,7 +1,7 @@
/** @page dev_board Adapting a new Board
-To add a new board to barebox a few steps must be done, to extend and modify
-the barebox source tree.
+To add a new board to @a barebox a few steps must be done, to extend and modify
+the @a barebox source tree.
@section board_add_files Files/Directories to be added
@@ -60,7 +60,7 @@ at the right architecture.
@subsection board_lscript board/\<boardname\>/barebox.ld.S
-If your board needs a special binary barebox layout, you can provide a local
+If your board needs a special binary @a barebox layout, you can provide a local
board linker script file. This will replace the generic one provided by your
architecture or CPU support.