diff options
author | Jagan Teki <jagan@amarulasolutions.com> | 2019-11-19 13:56:19 +0530 |
---|---|---|
committer | Kever Yang <kever.yang@rock-chips.com> | 2019-11-23 22:29:49 +0800 |
commit | 35172ac02f2f2bba3daf1f3d68e8e2348491239e (patch) | |
tree | 1023cb3f0aaf5c537e8875e8917724747adeb795 /drivers/fastboot | |
parent | a9af59a30ab8e701e4247a0bc8dfe1b155ffdb8a (diff) | |
download | u-boot-35172ac02f2f2bba3daf1f3d68e8e2348491239e.zip u-boot-35172ac02f2f2bba3daf1f3d68e8e2348491239e.tar.gz u-boot-35172ac02f2f2bba3daf1f3d68e8e2348491239e.tar.bz2 |
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 <jagan@amarulasolutions.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'drivers/fastboot')
-rw-r--r-- | drivers/fastboot/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/fastboot/Kconfig b/drivers/fastboot/Kconfig index 34864ca..433ea0d 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 |