diff mbox

[U-Boot] rk3288: kconfig: remove duplicate definition of SPL_MMC_SUPPORT

Message ID 1475911418-11630-1-git-send-email-kever.yang@rock-chips.com
State Accepted
Commit 4594ac07847f5c7fe7294ce6c71849fea0a431e0
Delegated to: Simon Glass
Headers show

Commit Message

Kever Yang Oct. 8, 2016, 7:23 a.m. UTC
SPL_MMC_SUPPORT defined in rockchip top level Kconfig instead of
inside rk3288 and default to disable if ROCKCHIP_SPL_BACK_TO_BROM
defined.


Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
---

 arch/arm/mach-rockchip/rk3288/Kconfig | 3 ---
 1 file changed, 3 deletions(-)

Comments

Simon Glass Oct. 15, 2016, 1:21 p.m. UTC | #1
On 8 October 2016 at 01:23, Kever Yang <kever.yang@rock-chips.com> wrote:
> SPL_MMC_SUPPORT defined in rockchip top level Kconfig instead of
> inside rk3288 and default to disable if ROCKCHIP_SPL_BACK_TO_BROM
> defined.
>
>
> Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
> ---
>
>  arch/arm/mach-rockchip/rk3288/Kconfig | 3 ---
>  1 file changed, 3 deletions(-)

Reviewed-by: Simon Glass <sjg@chromium.org>
Simon Glass Oct. 15, 2016, 1:32 p.m. UTC | #2
On 15 October 2016 at 07:21, Simon Glass <sjg@chromium.org> wrote:
> On 8 October 2016 at 01:23, Kever Yang <kever.yang@rock-chips.com> wrote:
>> SPL_MMC_SUPPORT defined in rockchip top level Kconfig instead of
>> inside rk3288 and default to disable if ROCKCHIP_SPL_BACK_TO_BROM
>> defined.
>>
>>
>> Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
>> ---
>>
>>  arch/arm/mach-rockchip/rk3288/Kconfig | 3 ---
>>  1 file changed, 3 deletions(-)
>
> Reviewed-by: Simon Glass <sjg@chromium.org>

Applied to u-boot-rockchip
diff mbox

Patch

diff --git a/arch/arm/mach-rockchip/rk3288/Kconfig b/arch/arm/mach-rockchip/rk3288/Kconfig
index e30b007..ed8a5a5 100644
--- a/arch/arm/mach-rockchip/rk3288/Kconfig
+++ b/arch/arm/mach-rockchip/rk3288/Kconfig
@@ -81,9 +81,6 @@  config SPL_LIBCOMMON_SUPPORT
 config SPL_LIBGENERIC_SUPPORT
 	default y
 
-config SPL_MMC_SUPPORT
-	default y
-
 config SPL_SERIAL_SUPPORT
 	default y