[PATCH] Documentation: update reference to sandbox environment

Peter Korsgaard jacmet at sunsite.dk
Wed Dec 16 03:15:47 EST 2009


examples/environment is no more. Use board/sandbox/env/ instead.

Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
---
 Documentation/barebox-main.dox |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/barebox-main.dox b/Documentation/barebox-main.dox
index cb9de1a..42d1256 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:
 
- at code # ./scripts/bareboxenv -s -p 0x10000 examples/environment/ env.bin @endcode
+ at 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:
 
-- 
1.6.5





More information about the barebox mailing list