configs: odroid_xu3: add missing CONFIG_MMC_DEFAULT_DEV 67/156167/1 accepted/tizen/4.0/unified/20171018.231720 accepted/tizen/unified/20171018.165213 submit/tizen/20171018.024341 submit/tizen_4.0/20171018.024233 submit/tizen_4.0/20171018.060355 tizen_4.0.m2_release
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Tue, 17 Oct 2017 10:12:15 +0000 (19:12 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Tue, 17 Oct 2017 10:12:18 +0000 (19:12 +0900)
For dfu/thordown command, default mmc device number should be set
as CONFIG_MMC_DEFAULT_DEV. Add the missing CONFIG_MMC_DEFAULT_DEV.

Note: before this patch, CONFIG_MMC_DEFAULT_DEV string itself is
used for parsing mmc device number and anyway it was parsed as 0.

Change-Id: I233c59f810acf37ace57abed99f30c1897595d2b
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
include/configs/odroid_xu3.h

index 8063b6c..899e3ef 100644 (file)
@@ -41,6 +41,9 @@
 
 #define CONFIG_DEFAULT_CONSOLE         "console=ttySAC2,115200n8\0"
 
+/* SD/MMC configuration */
+#define CONFIG_MMC_DEFAULT_DEV 0
+
 /* USB */
 #define CONFIG_USB_EHCI
 #define CONFIG_USB_EHCI_EXYNOS