summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorJeroen Hofstee <jeroen@myspectrum.nl>2014-10-08 22:57:53 +0200
committerTom Rini <trini@ti.com>2014-10-25 15:27:35 -0400
commit52422e37bb199fa5c62881cdf26c687aa692d063 (patch)
tree92f8878c24c79d425e68d9cc9d9a0ee71a9afb8e /board
parent5624c6bd4e58631d6c250cee66142a8d5ac24f30 (diff)
downloadblackbird-obmc-uboot-52422e37bb199fa5c62881cdf26c687aa692d063.tar.gz
blackbird-obmc-uboot-52422e37bb199fa5c62881cdf26c687aa692d063.zip
leds: missing include
Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
Diffstat (limited to 'board')
-rw-r--r--board/atmel/at91rm9200ek/led.c1
-rw-r--r--board/atmel/at91sam9260ek/led.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/board/atmel/at91rm9200ek/led.c b/board/atmel/at91rm9200ek/led.c
index 2298e3619c..6761b141fb 100644
--- a/board/atmel/at91rm9200ek/led.c
+++ b/board/atmel/at91rm9200ek/led.c
@@ -14,6 +14,7 @@
#include <asm/arch/hardware.h>
#include <asm/arch/at91_pmc.h>
#include <asm/arch/at91_pio.h>
+#include <status_led.h>
/* bit mask in PIO port B */
#define GREEN_LED (1<<0)
diff --git a/board/atmel/at91sam9260ek/led.c b/board/atmel/at91sam9260ek/led.c
index 56d811ca42..fbe15afd28 100644
--- a/board/atmel/at91sam9260ek/led.c
+++ b/board/atmel/at91sam9260ek/led.c
@@ -9,6 +9,7 @@
#include <common.h>
#include <asm/io.h>
#include <asm/arch/gpio.h>
+#include <status_led.h>
void coloured_LED_init(void)
{
OpenPOWER on IntegriCloud