From 466b74108f5344da0b9afb9b857a8f9e4cf4e656 Mon Sep 17 00:00:00 2001 From: wdenk Date: Sat, 10 Jul 2004 22:35:59 +0000 Subject: * Rename SBC8560 into sbc8560 for consistency * Patch by Daniel Poirot, 24 Jun 2004: Add support for Wind River's sbc8240 board * Patches by Yasushi Shoji, 26 Jun 2004: - drivers/serial_xuartlite.c: fix "return 0" in void function - add microblaze support to mkimage tool --- include/status_led.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/status_led.h') diff --git a/include/status_led.h b/include/status_led.h index dc4b898c0e..76a0dfdf33 100644 --- a/include/status_led.h +++ b/include/status_led.h @@ -336,6 +336,9 @@ void status_led_set (int led, int state); /***** NetPhone ********************************************************/ #elif defined(CONFIG_NETPHONE) || defined(CONFIG_NETTA2) /* XXX empty just to avoid the error */ +/***** sbc8240 ********************************************************/ +#elif defined(CONFIG_WRSBC8240) +/* XXX empty just to avoid the error */ /************************************************************************/ #else # error Status LED configuration missing -- cgit v1.2.1