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 /common/environment.c | |
parent | a25f862ba8b9d8440973d0204c19fec859f953f3 (diff) | |
download | u-boot-d0fb80c3021e15853895e9ae45ab9368d0fb52fa.tar.gz u-boot-d0fb80c3021e15853895e9ae45ab9368d0fb52fa.tar.xz u-boot-d0fb80c3021e15853895e9ae45ab9368d0fb52fa.zip |
* Restrict baudrate settings on LWMON to higher speedsLABEL_2003_01_11_1050
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 'common/environment.c')
-rw-r--r-- | common/environment.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/environment.c b/common/environment.c index 74bfd6269d..1df3872903 100644 --- a/common/environment.c +++ b/common/environment.c @@ -167,7 +167,7 @@ env_t environment __PPCENV__ = { #ifdef CONFIG_EXTRA_ENV_SETTINGS CONFIG_EXTRA_ENV_SETTINGS #endif - "\0" /* Term. env_t.data with 2 NULLs */ + "\0" /* Term. env_t.data with 2 NULs */ } }; #ifdef CFG_ENV_ADDR_REDUND |