summaryrefslogtreecommitdiffstats
path: root/board/board.dox
diff options
context:
space:
mode:
Diffstat (limited to 'board/board.dox')
-rw-r--r--board/board.dox8
1 files changed, 4 insertions, 4 deletions
diff --git a/board/board.dox b/board/board.dox
index 466fc591ed..12eff17be1 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 U-Boot a few steps must be done, to extend and modify
-the U-Boot source tree.
+To add a new board to barebox a few steps must be done, to extend and modify
+the barebox source tree.
@section board_add_files Files/Directories to be added
@@ -58,9 +58,9 @@ at the right architecture.
@note Consider to use an unique page lable.
-@subsection board_lscript board/\<boardname\>/u-boot.ld.S
+@subsection board_lscript board/\<boardname\>/barebox.ld.S
-If your board needs a special binary U-Boot layout, you can provide a local
+If your board needs a special binary barebox layout, you can provide a local
board linker script file. This will replace the generic one provided by your
architecture or CPU support.