summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2009-12-16 09:15:47 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2009-12-17 12:10:53 +0100
commit7769ceeefc34c1dc6b5abfb1f1d1cd9ea95109e7 (patch)
tree034e7188ffd74a4b265ad9c20a110672d8c7ebc0 /Documentation
parenta5c776de1d8743e095cdd2f75a409e82148bd9c4 (diff)
downloadbarebox-7769ceeefc34c1dc6b5abfb1f1d1cd9ea95109e7.tar.gz
barebox-7769ceeefc34c1dc6b5abfb1f1d1cd9ea95109e7.tar.xz
Documentation: update reference to sandbox environment
examples/environment is no more. Use board/sandbox/env/ instead. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'Documentation')
-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 cb9de1a90c..42d12561e3 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 configuation data.
You can generate an environment using the example environment contained
-in examples/environment:
+in board/sandbox/env:
-@code # ./scripts/bareboxenv -s -p 0x10000 examples/environment/ env.bin @endcode
+@code # ./scripts/bareboxenv -s -p 0x10000 board/sandbox/env/ env.bin @endcode
To get some files to play with you can generate a cramfs image: