summaryrefslogtreecommitdiffstats
path: root/include/status_led.h
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2005-08-15 15:55:00 +0200
committerWolfgang Denk <wd@pollux.denx.de>2005-08-15 15:55:00 +0200
commit6bdf430660531aca5f88faeac8657d91595f5b38 (patch)
tree686faa566a8a69558da9aafdc31c30c03693dd1c /include/status_led.h
parent4dc37144f0838e5d36bf35a02ec6205e2ab77c5e (diff)
downloadtalos-obmc-uboot-6bdf430660531aca5f88faeac8657d91595f5b38.tar.gz
talos-obmc-uboot-6bdf430660531aca5f88faeac8657d91595f5b38.zip
Add support for Silicon Turnkey eXpress XTc (mpc87x/88x) board.
Patch by Dan Malek and Pantelis Antoniou, 15 Aug 2005
Diffstat (limited to 'include/status_led.h')
-rw-r--r--include/status_led.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/status_led.h b/include/status_led.h
index b80780a690..a56883b9a5 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 */
+/***** STx XTc ********************************************************/
+#elif defined(CONFIG_STXXTC)
+/* XXX empty just to avoid the error */
/***** sbc8240 ********************************************************/
#elif defined(CONFIG_WRSBC8240)
/* XXX empty just to avoid the error */
OpenPOWER on IntegriCloud