summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorAlan Ott <alan@signal11.us>2012-05-21 11:54:01 -0400
committerSascha Hauer <s.hauer@pengutronix.de>2012-05-21 22:05:52 +0200
commit06d7847cf0063cceec9a60eb526f03fcc7729769 (patch)
tree10f504139573595e56fcc6823dd2c7906156a710 /README
parenta9eef6a7b98e89247a152df40a8d5a6163781112 (diff)
downloadbarebox-06d7847cf0063cceec9a60eb526f03fcc7729769.tar.gz
barebox-06d7847cf0063cceec9a60eb526f03fcc7729769.tar.xz
README: change path to sandbox environment
The path to the sandbox environment is now arch/sandbox/board/env . Signed-off-by: Alan Ott <alan@signal11.us> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index c875b7d3ca..cec9ccbaf5 100644
--- a/README
+++ b/README
@@ -110,7 +110,7 @@ Barebox usually needs an environment for storing the configuration data.
You can generate an environment using the example environment contained
in board/sandbox/env:
- # ./scripts/bareboxenv -s -p 0x10000 board/sandbox/env/ env.bin
+ # ./scripts/bareboxenv -s -p 0x10000 arch/sandbox/board/env env.bin
To get some files to play with you can generate a cramfs image:
# mkcramfs somedir/ cramfs.bin