X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=common%2Fcmd_pcmcia.c;h=c009156af30adbcfbb84600a99c4f9935948d027;hb=dc7c9a1a52403093b9e4aef14ac4c5c014386e57;hp=31abbaf72cd137c0e7b96f27a7b82857d8f30db1;hpb=10f670178cce29d7f078ca622f0eeafd6903748a;p=karo-tx-uboot.git diff --git a/common/cmd_pcmcia.c b/common/cmd_pcmcia.c index 31abbaf72c..c009156af3 100644 --- a/common/cmd_pcmcia.c +++ b/common/cmd_pcmcia.c @@ -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) {