diff options
| author | wdenk <wdenk> | 2003-05-03 15:50:43 +0000 | 
|---|---|---|
| committer | wdenk <wdenk> | 2003-05-03 15:50:43 +0000 | 
| commit | 7aa78614716b7bd7bdf68553f261ad0d5a12826a (patch) | |
| tree | 756a98d1deac76f1cfba3d8da18c19e7183618c8 /common/main.c | |
| parent | 4532cb696eb717419022dbaa8d408e7df7df7b68 (diff) | |
| download | olio-uboot-2014.01-7aa78614716b7bd7bdf68553f261ad0d5a12826a.tar.xz olio-uboot-2014.01-7aa78614716b7bd7bdf68553f261ad0d5a12826a.zip | |
* Add support for Promess ATC boardLABEL_2003_05_03_1700
* Patch by Keith Outwater, 28 Apr 2003:
  - Miscellaneous corrections and additions to GEN860T board specific code.
  - Added GEN860_SC variant to GEN860T.
  - Miscellaneous corrections to GEN860T documentation.
  - Correct duplicate entry in U-Boot CREDITS file.
  - Add GEN860T_SC entry in MAINTAINERS file.
  - Update CREDITS file with GEN860T_SC info.
* Update Smiths Aerospace addresses in MAINTAINERS file
* Fix error handling in hush's version of "run" command
Diffstat (limited to 'common/main.c')
| -rw-r--r-- | common/main.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/common/main.c b/common/main.c index 33d871771..fe4ebb4f6 100644 --- a/common/main.c +++ b/common/main.c @@ -880,7 +880,7 @@ int do_run (cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])  			return 1;  #else  		if (parse_string_outer(arg, -		    FLAG_PARSE_SEMICOLON | FLAG_EXIT_FROM_LOOP) == 0) +		    FLAG_PARSE_SEMICOLON | FLAG_EXIT_FROM_LOOP) != 0)  			return 1;  #endif  	} |