]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - common/cmd_pcmcia.c
* Patch by Rick Bronson, 16 Mar 2003:
[people/ms/u-boot.git] / common / cmd_pcmcia.c
index 31abbaf72cd137c0e7b96f27a7b82857d8f30db1..c009156af30adbcfbb84600a99c4f9935948d027 100644 (file)
@@ -514,12 +514,17 @@ static int hardware_disable(int slot)
 
 /* -------------------------------------------------------------------- */
 /* TQM8xxL Boards by TQ Components                                     */
+/* SC8xx   Boards by SinoVee Microsystems                              */
 /* -------------------------------------------------------------------- */
 
-#if defined(CONFIG_TQM8xxL)
+#if defined(CONFIG_TQM8xxL) || defined(CONFIG_SVM_SC8xx)
 
+#if defined(CONFIG_TQM8xxL)
 #define PCMCIA_BOARD_MSG "TQM8xxL"
-
+#endif
+#if defined(CONFIG_SVM_SC8xx)
+#define PCMCIA_BOARD_MSG "SC8xx"
+#endif
 
 static int hardware_enable(int slot)
 {