mirror of
https://github.com/u-boot/u-boot.git
synced 2024-12-03 17:43:45 +08: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)
8 lines
284 B
Plaintext
8 lines
284 B
Plaintext
# 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
|