[U-Boot] [PATCH v2 06/10] fastboot: rockchip: Fix rk3328 default mmc device
Kever Yang
kever.yang at rock-chips.com
Sat Nov 23 14:21:23 UTC 2019
On 2019/11/19 下午4:26, Jagan Teki wrote:
> 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 <jagan at amarulasolutions.com>
Reviewed-by: Kever Yang <kever.yang at rock-chips.com>
Thanks,
- Kever
> ---
> drivers/fastboot/Kconfig | 1 -
> 1 file changed, 1 deletion(-)
>
> 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
More information about the U-Boot
mailing list