configs: odroid_xu3: add missing CONFIG_MMC_DEFAULT_DEV
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Tue, 17 Oct 2017 10:12:15 +0000 (19:12 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Tue, 20 Oct 2020 01:39:02 +0000 (10:39 +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 e8caa97b7d59583a6dcc75527436172484a00837..0dbd60900605a57599a0c8c0ecacebc9895f0308 100644 (file)
@@ -28,6 +28,9 @@
 
 #define CONFIG_DEFAULT_CONSOLE         "console=ttySAC2,115200n8\0"
 
+/* SD/MMC configuration */
+#define CONFIG_MMC_DEFAULT_DEV 0
+
 /* USB */
 #define CONFIG_USB_EHCI_EXYNOS