From: Jagan Teki <jagan@amarulasolutions.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 06/10] fastboot: rockchip: Fix rk3328 default mmc device
Date: Tue, 19 Nov 2019 13:56:19 +0530 [thread overview]
Message-ID: <20191119082623.6165-7-jagan@amarulasolutions.com> (raw)
In-Reply-To: <20191119082623.6165-1-jagan@amarulasolutions.com>
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>
---
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
--
2.18.0.321.gffc6fa0e3
next prev parent reply other threads:[~2019-11-19 8:26 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-19 8:26 [U-Boot] [PATCH v2 00/10] rockchip: rk3399: Add fastboot support Jagan Teki
2019-11-19 8:26 ` [U-Boot] [PATCH v2 01/10] gadget: Select USB_GADGET_MANUFACTURER for rockchip Jagan Teki
2019-11-23 14:20 ` Kever Yang
2019-11-19 8:26 ` [U-Boot] [PATCH v2 02/10] gadget: Select USB_GADGET_VENDOR_NUM " Jagan Teki
2019-11-23 14:20 ` Kever Yang
2019-11-19 8:26 ` [U-Boot] [PATCH v2 03/10] gadget: rockchip: USB_GADGET_PRODUCT_NUM Jagan Teki
2019-11-23 14:20 ` Kever Yang
2019-11-19 8:26 ` [U-Boot] [PATCH v2 04/10] gadget: rockchip: Add rk3128 USB_GADGET_PRODUCT_NUM Jagan Teki
2019-11-23 14:21 ` Kever Yang
2019-11-19 8:26 ` [U-Boot] [PATCH v2 05/10] fastboot: rockchip: Select FASTBOOT_FLASH[_MMC_DEV] Jagan Teki
2019-11-23 14:21 ` Kever Yang
2019-11-19 8:26 ` Jagan Teki [this message]
2019-11-23 14:21 ` [U-Boot] [PATCH v2 06/10] fastboot: rockchip: Fix rk3328 default mmc device Kever Yang
2019-11-19 8:26 ` [U-Boot] [PATCH v2 07/10] usb: dwc3: Add phy interface for dwc3_uboot Jagan Teki
2019-11-19 11:13 ` Marek Vasut
2019-11-23 14:21 ` Kever Yang
2019-11-19 8:26 ` [U-Boot] [PATCH v2 08/10] gadget: rockchip: Add rk3399 USB_GADGET_PRODUCT_NUM Jagan Teki
2019-11-23 14:21 ` Kever Yang
2019-11-19 8:26 ` [U-Boot] [PATCH v2 09/10] rockchip: Setup dwc3_device (for non-dm gadgets) Jagan Teki
2019-11-23 14:22 ` Kever Yang
2019-11-23 15:37 ` Kever Yang
2019-11-19 8:26 ` [U-Boot] [PATCH v2 10/10] rock960: Enable USB Gadget Jagan Teki
2019-11-23 14:22 ` Kever Yang
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20191119082623.6165-7-jagan@amarulasolutions.com \
--to=jagan@amarulasolutions.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox