]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Fix include/common.h for boards with CONFIG_STATUS_LED
authorWolfgang Denk <wd@denx.de>
Mon, 27 Jul 2009 07:58:14 +0000 (09:58 +0200)
committerWolfgang Denk <wd@denx.de>
Mon, 27 Jul 2009 07:58:14 +0000 (09:58 +0200)
commitfb364bec5f29164d3ee681fcd9d187be8435db12
tree9b5ae48ce2dadb79ba212b9c8d13102c6ac42054
parent942828a0980b3cea7db698784cc7f6a3e7740b2b
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>
include/common.h