summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-uniphier/board_early_init_r.c
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2015-09-22 00:27:31 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2015-09-25 00:27:53 +0900
commit8469700b6c9cf31e4e2df7a005f5f5385c5be5d4 (patch)
tree9b7616b8d09d6197f7835b82f60b65c33801a50e /arch/arm/mach-uniphier/board_early_init_r.c
parent0b198670c6525392337462282efeaefe459e14cd (diff)
downloadtalos-obmc-uboot-8469700b6c9cf31e4e2df7a005f5f5385c5be5d4.tar.gz
talos-obmc-uboot-8469700b6c9cf31e4e2df7a005f5f5385c5be5d4.zip
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>
Diffstat (limited to 'arch/arm/mach-uniphier/board_early_init_r.c')
-rw-r--r--arch/arm/mach-uniphier/board_early_init_r.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-uniphier/board_early_init_r.c b/arch/arm/mach-uniphier/board_early_init_r.c
index 7d4830a3a8..28c7f82228 100644
--- a/arch/arm/mach-uniphier/board_early_init_r.c
+++ b/arch/arm/mach-uniphier/board_early_init_r.c
@@ -5,7 +5,7 @@
*/
#include <common.h>
-#include <mach/board.h>
+#include <mach/micro-support-card.h>
int board_early_init_r(void)
{
OpenPOWER on IntegriCloud