From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jaehoon Chung Date: Wed, 31 May 2017 11:06:38 +0900 Subject: [U-Boot] [PATCH 1/5] mmc: sh_sdhi: Fix Kconfig entry In-Reply-To: References: <20170513135118.8134-1-marek.vasut+renesas@gmail.com> Message-ID: <096c1c12-6384-140b-7b93-c67dac5b7e41@samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 05/31/2017 07:59 AM, Nobuhiro Iwamatsu wrote: > Hi, Jaehoon. > > Could you pickup this patch series to your mmc repository, and PR to u-boot? Sure, I will pick this patch series. After that, i will do PR.. But i have sent the PR about a few days ago..but it doesn't accept yet.. After accepting it, i will resend PR. Thanks! Best Regards, Jaehoon Chung > > Best regards, > Nobuhiro > > > 2017-05-25 22:39 GMT+09:00 Jaehoon Chung : >> On 05/13/2017 10:51 PM, Marek Vasut wrote: >>> The Kconfig entry depends on RMOBILE, but this was renamed >>> to ARCH_RMOBILE in commit 1cc95f6e1b38 (ARM: Rmobile: Rename >>> CONFIG_RMOBILE to CONFIG_ARCH_RMOBILE) . Fix this omission. >>> >>> Signed-off-by: Marek Vasut >>> Cc: Hiroyuki Yokoyama >>> Cc: Nobuhiro Iwamatsu >>> Cc: Jaehoon Chung >> >> Reviewed-by: Jaehoon Chung >> >>> --- >>> drivers/mmc/Kconfig | 2 +- >>> 1 file changed, 1 insertion(+), 1 deletion(-) >>> >>> diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig >>> index 6ac26dd137..b2d70a37bd 100644 >>> --- a/drivers/mmc/Kconfig >>> +++ b/drivers/mmc/Kconfig >>> @@ -159,7 +159,7 @@ config MMC_OMAP36XX_PINS >>> >>> config SH_SDHI >>> bool "SuperH/Renesas ARM SoCs on-chip SDHI host controller support" >>> - depends on RMOBILE >>> + depends on ARCH_RMOBILE >>> help >>> Support for the on-chip SDHI host controller on SuperH/Renesas ARM SoCs platform >>> >>> >> > > >