summaryrefslogtreecommitdiffstats
path: root/board/board.dox
diff options
context:
space:
mode:
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.