commit | 19be2ea2ef41300fd720b229caa764d70de48297 | [log] [tgz] |
---|---|---|
author | Pavel Herrmann <morpheus.ibis@gmail.com> | Sun Oct 07 05:56:10 2012 +0000 |
committer | Tom Rini <trini@ti.com> | Wed Oct 17 07:59:09 2012 -0700 |
tree | 37f43e7d2d721e1f95ad7055c52ddf3369f57056 | |
parent | 28920b1fd297cb95ca3e7b6e782929158a8c0aa2 [diff] |
make ide_led() a weak alias Make ide_led() a weak alias instead of global/local function/empty macro based on CONFIG_IDE_LED value and/or board-specific CONFIGs, to get rid of board-specific code in cmd_ide.c Define dummy values to get rid of compoler errors in case where ide_led() used to be an empty macro Signed-off-by: Pavel Herrmann <morpheus.ibis@gmail.com>