commit | 8469700b6c9cf31e4e2df7a005f5f5385c5be5d4 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Tue Sep 22 00:27:31 2015 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri Sep 25 00:27:53 2015 +0900 |
tree | 9b7616b8d09d6197f7835b82f60b65c33801a50e | |
parent | 0b198670c6525392337462282efeaefe459e14cd [diff] |
ARM: uniphier: refactor LED function The macro, led_write(), is now only used in C sources. There is no more reason to keep the tricky assembly macro. Replace it with a new C function led_puts(). Also, rename board.h to micro-support-card.h. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>