diff --git a/include/configs/mx6qsabre_common.h b/include/configs/mx6qsabre_common.h
index 0965b8f8d6d97e4967f0b4cb9be10833769402d4..f5f115fa009269a1214cdac20f3053af7729436b 100644
--- a/include/configs/mx6qsabre_common.h
+++ b/include/configs/mx6qsabre_common.h
@@ -148,7 +148,7 @@
 
 #define CONFIG_BOOTCOMMAND \
 	"mmc dev ${mmcdev};" \
-	"if mmc rescan ${mmcdev}; then " \
+	"if mmc rescan; then " \
 		"if run loadbootscript; then " \
 		"run bootscript; " \
 		"else " \