qdpc-host: boot from PCIe instead of flash.

Change-Id: Ic8d6ec0191d528fbfd8d49ab5d14216a9377e672
diff --git a/drivers/net/wireless/quantenna/pcie2/host/common/qdpc_init.c b/drivers/net/wireless/quantenna/pcie2/host/common/qdpc_init.c
index 5dfe587..ba8cce3 100644
--- a/drivers/net/wireless/quantenna/pcie2/host/common/qdpc_init.c
+++ b/drivers/net/wireless/quantenna/pcie2/host/common/qdpc_init.c
@@ -45,7 +45,7 @@
 #define QDPC_TOPAZ_UBOOT	"u-boot.bin"
 #define MAX_IMG_NUM		2
 
-#define EP_BOOT_FROM_FLASH 1
+#define EP_BOOT_FROM_FLASH 0
 
 #ifndef MEMORY_START_ADDRESS
 #define MEMORY_START_ADDRESS virt_to_bus((void *)PAGE_OFFSET)