diff options
author | wdenk <wdenk> | 2003-01-11 09:48:40 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2003-01-11 09:48:40 +0000 |
commit | d0fb80c3021e15853895e9ae45ab9368d0fb52fa (patch) | |
tree | a4e65529732e8058b15a0cef175f65312ec3eedd /tools/env/fw_env.config | |
parent | a25f862ba8b9d8440973d0204c19fec859f953f3 (diff) | |
download | u-boot-imx-d0fb80c3021e15853895e9ae45ab9368d0fb52fa.zip u-boot-imx-d0fb80c3021e15853895e9ae45ab9368d0fb52fa.tar.gz u-boot-imx-d0fb80c3021e15853895e9ae45ab9368d0fb52fa.tar.bz2 |
* Restrict baudrate settings on LWMON to higher speeds
when watchdog is on
* Update baudrate in bd_info when it gets changed
* Add watchdog trigger points while waiting for serial port
(so far only 8xx -- needed on LWMON with 100ms watchdog)
* Improve command line tool to access the U-Boot's environment
(figuration of the utility, using a config file)
Diffstat (limited to 'tools/env/fw_env.config')
-rw-r--r-- | tools/env/fw_env.config | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/env/fw_env.config b/tools/env/fw_env.config new file mode 100644 index 0000000..2432bd8 --- /dev/null +++ b/tools/env/fw_env.config @@ -0,0 +1,7 @@ +# 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 +/dev/mtd1 0x0000 0x4000 0x4000 +/dev/mtd2 0x0000 0x4000 0x4000 |