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)
commite412bb821cac45fb0801548d8d2d6f0c1bc51cf0
tree5d01671a015f51297cbf188152d762caf13d18d5
parent0b9d6c79b13008948b31dbd619a6e1dd12b165fb
configs: odroid_xu3: add missing CONFIG_MMC_DEFAULT_DEV

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