From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jaehoon Chung Date: Mon, 5 Jun 2017 22:11:34 +0900 Subject: [U-Boot] [PATCH 1/5] mmc: sh_sdhi: Fix Kconfig entry In-Reply-To: <2881c578-7d66-21d2-f9fd-64f9fad25a88@gmail.com> References: <20170513135118.8134-1-marek.vasut+renesas@gmail.com> <096c1c12-6384-140b-7b93-c67dac5b7e41@samsung.com> <2881c578-7d66-21d2-f9fd-64f9fad25a88@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: u-boot@lists.denx.de Hi, On 2017년 06월 05일 20:57, Marek Vasut wrote: > On 05/31/2017 07:07 AM, Nobuhiro Iwamatsu wrote: >> Hi! >> >> 2017-05-31 11:06 GMT+09:00 Jaehoon Chung : >>> 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. >> >> I see. Thanks for your great work! > > Hi, any news ? RC1 is out and I don't see this in RC1 . When i had tested the buildman, there are build error with [PATCH 3/5] aarch64: + r8a7795_salvator-x +board/renesas/salvator-x/salvator-x.c: In function 'board_mmc_init': +board/renesas/salvator-x/salvator-x.c:196:7: error: 'SH_SDHI_QUIRK_64BIT_BUF' undeclared (first use in this function) + SH_SDHI_QUIRK_64BIT_BUF); + ^~~~~~~~~~~~~~~~~~~~~~~ +board/renesas/salvator-x/salvator-x.c:196:7: note: each undeclared identifier is reported only once for each function it appears in +make[2]: *** [board/renesas/salvator-x/salvator-x.o] Error 1 +make[1]: *** [board/renesas/salvator-x] Error 2 +make[1]: *** wait: No child processes. Stop. +make: *** [sub-make] Error 2 So i had sent the email about fixing it..i didn't check with latest u-boot. but at that time, i could not apply it with building error. Best Regards, Jaehoon Chung >