diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2007-03-11 03:44:46 +0000 |
---|---|---|
committer | Oyvind Repvik <nail@nslu2-linux.org> | 2007-03-11 03:44:46 +0000 |
commit | 36edc2f904a163ec02a3897a09c784a429396676 (patch) | |
tree | 1f95044f93c2ddf75de1a746e75cb556d32517e5 /packages/uboot-utils/files/turbostation | |
parent | 3ee81f28552ce7acdd2206d3700b9fa3664a201c (diff) |
uboot-utils: Update to include configs specific to fic-gta01 and turbostation
Diffstat (limited to 'packages/uboot-utils/files/turbostation')
-rw-r--r-- | packages/uboot-utils/files/turbostation/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/uboot-utils/files/turbostation/fw_env.config | 15 |
2 files changed, 15 insertions, 0 deletions
diff --git a/packages/uboot-utils/files/turbostation/.mtn2git_empty b/packages/uboot-utils/files/turbostation/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/uboot-utils/files/turbostation/.mtn2git_empty diff --git a/packages/uboot-utils/files/turbostation/fw_env.config b/packages/uboot-utils/files/turbostation/fw_env.config new file mode 100644 index 0000000000..97ce8a87d4 --- /dev/null +++ b/packages/uboot-utils/files/turbostation/fw_env.config @@ -0,0 +1,15 @@ +# Configuration file for fw_(printenv/saveenv) utility. +# Up to two entries are valid, in this case the redundand +# environment sector is assumed present. + +# MTD device name Device offset Env. size Flash sector size + +# Primary U-Boot environment. You shouldn't need to touch this. If you touch this, +# you should be *very* sure about what you're doing if you don't have a serial +# cable attached! +# /dev/mtd4 0x00000 0x20000 0x20000 + +# Secondary U-Boot environment. This is a *bit* more safe to modify, but can easily +# render your turbostation unbootable! + +/dev/mtd5 0x00000 0x20000 0x20000
\ No newline at end of file |