mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 08:57:58 +00:00
d0fb80c302
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)
7 lines
284 B
Text
7 lines
284 B
Text
# 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
|