1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 16:52:14 +02:00

Add support for Silicon Turnkey eXpress XTc (mpc87x/88x) board.

Patch by Dan Malek and Pantelis Antoniou, 15 Aug 2005
This commit is contained in:
Wolfgang Denk
2005-08-15 15:55:00 +02:00
parent 4dc37144f0
commit 6bdf430660
12 changed files with 1643 additions and 1 deletions

View File

@@ -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 */