diff options
author | Lubomir Rintel <lkundrak@v3.sk> | 2013-02-10 01:02:36 +0000 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-03-11 17:05:04 -0400 |
commit | f1932b78505aa52fc29e5862ed8588a6f1bbe3ec (patch) | |
tree | a75378bbb248e35b49f15f2d0d8a46d3b2ffb304 /tools/env/fw_env.config | |
parent | c8b5f556c069fcb82e0c5289189dc31f4d5d62f1 (diff) | |
download | u-boot-f1932b78505aa52fc29e5862ed8588a6f1bbe3ec.tar.gz |
env: Allow accessing non-mtd devices
In certain cases, memory device is present as flat file or block device (via
mmc or mtdblock layer). Do not attempt MTD operations against it.
Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Diffstat (limited to 'tools/env/fw_env.config')
-rw-r--r-- | tools/env/fw_env.config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/env/fw_env.config b/tools/env/fw_env.config index 9d3b1a4692..90e499da1e 100644 --- a/tools/env/fw_env.config +++ b/tools/env/fw_env.config @@ -17,3 +17,6 @@ # NAND example #/dev/mtd0 0x4000 0x4000 0x20000 2 + +# Block device example +#/dev/mmcblk0 0xc0000 0x20000 |