]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/psdkla-u-boot.git/commit
Fastboot support comments in environment files
authorTom Rix <Tom.Rix@windriver.com>
Wed, 26 Aug 2009 16:56:47 +0000 (11:56 -0500)
committerTom Rix <Tom.Rix@windriver.com>
Tue, 17 Nov 2009 17:44:32 +0000 (11:44 -0600)
commitf4d3ef5ef52ab93412664c2039a15af30392a04b
treee414e62a4c81279e63facd876ea6ca2add830fa5
parentc41bdb55f75b4c477d34701e3786e89598887855
Fastboot support comments in environment files

The comments in environment files are now similar to bash.
The '#' is the comment character.

The limitation is that the '#' must be in used before any other
non-whitespace character.

These are valid :

     # Don't use this one
   # Use this one

This is not valid :

bootcmd bootm 81000000 # My boot command

Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
common/cmd_fastboot.c