From: Jagan Teki Date: Tue, 19 Nov 2019 08:26:19 +0000 (+0530) Subject: fastboot: rockchip: Fix rk3328 default mmc device X-Git-Tag: v2020.01-rc4~11^2~6 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=35172ac02f2f2bba3daf1f3d68e8e2348491239e;p=oweals%2Fu-boot.git fastboot: rockchip: Fix rk3328 default mmc device Technically the default mmc device for fastboot would use eMMC if the board support for it. Rockchip platform access device 0 for eMMC so, use the same device number for rk3328. Signed-off-by: Jagan Teki Reviewed-by: Kever Yang --- diff --git a/drivers/fastboot/Kconfig b/drivers/fastboot/Kconfig index 34864ca613..433ea0dc3b 100644 --- a/drivers/fastboot/Kconfig +++ b/drivers/fastboot/Kconfig @@ -89,7 +89,6 @@ endchoice config FASTBOOT_FLASH_MMC_DEV int "Define FASTBOOT MMC FLASH default device" depends on FASTBOOT_FLASH_MMC - default 1 if ROCKCHIP_RK3328 default 0 if ARCH_ROCKCHIP default 0 if ARCH_SUNXI && MMC_SUNXI_SLOT_EXTRA = -1 default 1 if ARCH_SUNXI && MMC_SUNXI_SLOT_EXTRA != -1