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>
Thu, 10 Oct 2019 04:38:40 +0000 (13:38 +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 53c607e82436e56b51bc7248234a3b9cebb7351b..adaa69352dfeac89fe1cabdb7f79afa7a244e619 100644 (file)
@@ -33,6 +33,9 @@
 
 #define CONFIG_DEFAULT_CONSOLE         "console=ttySAC2,115200n8\0"
 
+/* SD/MMC configuration */
+#define CONFIG_MMC_DEFAULT_DEV 0
+
 /* USB */
 #define CONFIG_USB_EHCI_EXYNOS