diff options
author | Luke Gox <luke@box0.(none)> | 2009-04-09 20:07:55 +0200 |
---|---|---|
committer | Luke Gox <luke@box0.(none)> | 2009-04-09 20:07:55 +0200 |
commit | b2418f27304b215acd011f0b3e4f258329f21545 (patch) | |
tree | 58361e035aa81827d57c3ee9f39dfcf0f105d5c4 /recipes/u-boot/files/fw-env.patch | |
parent | 6255cd11b01d03599cb9c1e9391c8c5da1467af2 (diff) | |
parent | cf68d88dc9a23665ac8cb8bf7599d4f210d52718 (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/u-boot/files/fw-env.patch')
-rw-r--r-- | recipes/u-boot/files/fw-env.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/u-boot/files/fw-env.patch b/recipes/u-boot/files/fw-env.patch new file mode 100644 index 0000000000..f3dd33597b --- /dev/null +++ b/recipes/u-boot/files/fw-env.patch @@ -0,0 +1,12 @@ +--- git/tools/env/fw_env.config.orig 2009-02-04 09:42:50.000000000 -0700 ++++ git/tools/env/fw_env.config 2009-02-04 14:25:09.000000000 -0700 +@@ -4,8 +4,4 @@ + # Notice, that the "Number of sectors" is ignored on NOR. + + # MTD device name Device offset Env. size Flash sector size Number of sectors +-/dev/mtd1 0x0000 0x4000 0x4000 +-/dev/mtd2 0x0000 0x4000 0x4000 +- +-# NAND example +-#/dev/mtd0 0x4000 0x4000 0x20000 2 ++/dev/mtd2 0x0000 0x20000 0x40000 |