commit | db71964235c1dfa13ec398da483b0bdbbf31d5b7 | [log] [tgz] |
---|---|---|
author | Thomas Chou <thomas@wytron.com.tw> | Mon Nov 05 12:51:54 2012 +0800 |
committer | Thomas Chou <thomas@wytron.com.tw> | Sat Nov 10 19:45:58 2012 +0800 |
tree | d30141816f2af3fad7f05fea8b5dee4dd98058c1 | |
parent | 4f63bfb68945ce5ebf0a819152014ba0f88f76ff [diff] |
nios2: remove asm/status_led.h The file has a wrong inline keyword of __led_toggle(), which causes compilation error. And its content is defined in common status_led.h. So define CONFIG_BOARD_SPECIFIC_LED in board config files and remove this header file. Signed-off-by: Thomas Chou <thomas@wytron.com.tw>