your information too limited to confim, I don't know what your change on SW or HW, that's why I asked some questions, since you still don't offer more detailed information, I just can suggest that you can use the patch as below, hope helpful for you
the flag needs to active to enable whole 8bit data pin of eMMC:
--
diff --git a/include/configs/mx6ul_14x14_evk.h b/include/configs/mx6ul_14x14_evk.h
index aabe2f7..b05b71f 100644
--- a/include/configs/mx6ul_14x14_evk.h
+++ b/include/configs/mx6ul_14x14_evk.h
@@ -426,4 +426,6 @@
#include "mx6ul_14x14_evk_android.h"
#endif
+#define CONFIG_MX6UL_EVK_EMMC_REWORK
+
#endif