commit | fb364bec5f29164d3ee681fcd9d187be8435db12 | [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 | 942828a0980b3cea7db698784cc7f6a3e7740b2b [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>