commit: http://blackfin.uclinux.org/git/?p=u-boot;a=commitdiff;h=aee35a292d1c66730cc7dbcbe4115b54bc5b0aaa
branch: http://blackfin.uclinux.org/git/?p=u-boot;a=shortlog;h=refs/heads/trunk

Signed-off-by: Grace Pan <grace....@analog.com>
---
 test_script/uboot_misc_test.exp |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/test_script/uboot_misc_test.exp b/test_script/uboot_misc_test.exp
index 66663ef..5e6fb0f 100755
--- a/test_script/uboot_misc_test.exp
+++ b/test_script/uboot_misc_test.exp
@@ -1317,6 +1317,12 @@ if { $TEST_BUILD_NAND } {
     }
 
     if { $board_type == "BF537-STAMP" } {
+
+        if [ catch {exec sed -i  "/#define CONFIG_MMC_SPI/d"  include/configs/$config_file} ] {
+           send_user "\nfail disable MMC_SPI include/configs/$config_file\n"
+           set build_nand_result $TEST_FAIL
+        }
+
         set search_str "CONFIG_NAND_PLAT"
         set change_str "#define CONFIG_NAND_PLAT"
     } else {
_______________________________________________
U-Boot-commits mailing list
U-Boot-commits@blackfin.uclinux.org
https://blackfin.uclinux.org/mailman/listinfo/u-boot-commits

Reply via email to