summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2009-09-29 08:49:20 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2009-09-29 08:50:37 +0200
commit05498486b443a53ee3b1966dc83ff1f2d1fad69e (patch)
tree6dee9c4ce59287fc84fb106681506abe4ea2a82b /Documentation
parentd9345607aab44c8fbacc35130b89024975fdb6ab (diff)
downloadbarebox-05498486b443a53ee3b1966dc83ff1f2d1fad69e.tar.gz
barebox-05498486b443a53ee3b1966dc83ff1f2d1fad69e.tar.xz
register env as env0 and not as env
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/porting.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/porting.txt b/Documentation/porting.txt
index b18957c825..569492b573 100644
--- a/Documentation/porting.txt
+++ b/Documentation/porting.txt
@@ -50,7 +50,7 @@ console_initcall(scb9328_console_init);
is not ported yet.
- Call devfs_add_partition() to add an environment partition for your device:
- devfs_add_partition("nor0", 0x40000, 0x20000, "env");
+ devfs_add_partition("nor0", 0x40000, 0x20000, "env0");
This will add an area starting at 0x40000 of size 0x20000 of the device
cfi_dev as env0.