commit | 388a29d0243eaca258b4c21e9456b09a0fff76a6 | [log] [tgz] |
---|---|---|
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | Sat Jul 31 15:01:53 2010 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Mon Aug 09 01:07:37 2010 +0200 |
tree | 4b6755e3c8a776c7ad6ca7f064887fe70d2d8674 | |
parent | cc9f607beb49d4d3556c326efb83a0a51784e484 [diff] |
various cmd_* files: fixed layout a little bit Most of the files have U_BOOT_CMD on a separate line, but a few didn't and had the first line on the same line as U_BOOT_CMD. This changes these files by adding a line break and a tab Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>