]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/sd-mmc.git/commitdiff
PRSDK-5085: Fix for MMCSD test failure on iceK2G
authorM V Pratap Reddy <x0257344@ti.com>
Wed, 12 Dec 2018 18:43:00 +0000 (00:13 +0530)
committerM V Pratap Reddy <x0257344@ti.com>
Wed, 12 Dec 2018 18:43:00 +0000 (00:13 +0530)
test/src/main.c

index da59fdae460d13b0f28f1d34752ca7d56640003c..c11d13e569fe1c861c14ea36819808f3fb877d33 100644 (file)
@@ -1068,6 +1068,7 @@ void mmcsd_test(UArg arg0, UArg arg1)
    * Consequently, to run SD Card on K2G ICE, those values need to be re-configured before init()
    */
         hwAttrsConfig.cardType=MMCSD_CARD_SD;
+        hwAttrsConfigDefault.cardType=MMCSD_CARD_SD;
         hwAttrsConfig.supportedBusWidth= (MMCSD_BUS_WIDTH_1BIT | MMCSD_BUS_WIDTH_4BIT);
 #endif
    /* Use the voltage switch function implemented by the board library, if it exists.