commit | df8e214bfbdaba39485010d495b412538c3cf80c | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@denx.de> | Mon Jul 27 09:58:14 2009 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Mon Jul 27 09:58:14 2009 +0200 |
tree | 9b5ae48ce2dadb79ba212b9c8d13102c6ac42054 | |
parent | 197575e6f7cce3e820d278b773c7ada527f1a846 [diff] |
Fix include/common.h for boards with CONFIG_STATUS_LED The reordering of include/common.h by commit fcd3c87e495f3c48 broke boards with status LED support, resulting in error: #error Status LED configuration missing errors. Undo this reordering to avoid this issue. Signed-off-by: Wolfgang Denk <wd@denx.de>