summaryrefslogtreecommitdiffstats
path: root/Documentation/barebox-main.dox
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/barebox-main.dox')
-rw-r--r--Documentation/barebox-main.dox4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/barebox-main.dox b/Documentation/barebox-main.dox
index 01c45c1d26..fb780e6364 100644
--- a/Documentation/barebox-main.dox
+++ b/Documentation/barebox-main.dox
@@ -117,9 +117,9 @@ If everything goes well, the result is a file called @p barebox:
@a barebox usually needs an environment for storing the configuration data.
You can generate an environment using the example environment contained
-in board/sandbox/env:
+in arch/sanbox/board/env:
-@code # ./scripts/bareboxenv -s -p 0x10000 board/sandbox/env/ env.bin @endcode
+@code # ./scripts/bareboxenv -s -p 0x10000 arch/sanbox/board/env/ env.bin @endcode
To get some files to play with you can generate a cramfs image: