[U-Boot] [PATCH] ARM64: zynqmp: Do not enable DM_MMC by default

Simon Glass sjg at chromium.org
Thu Aug 4 03:16:06 CEST 2016


On 1 August 2016 at 01:05, Michal Simek <michal.simek at xilinx.com> wrote:
> The patch:
> "dm: mmc: zynq: Convert zynq to use driver model for MMC"
> (sha1: 329a449f2c289b4de8f892fca1d9379ce5fd81b8)
> added dependency on enabling some MMC options by default.
> There are minimal ZynqMP configurations which require
> only minimal configurations to be enabled to keep u-boot size
> as lower as possible.
>
> Move options to defconfig instead.
>
> Signed-off-by: Michal Simek <michal.simek at xilinx.com>
> ---
>
>  arch/arm/Kconfig                                 | 3 ---
>  configs/xilinx_zynqmp_ep_defconfig               | 2 ++
>  configs/xilinx_zynqmp_zc1751_xm015_dc1_defconfig | 2 ++
>  configs/xilinx_zynqmp_zc1751_xm016_dc2_defconfig | 2 ++
>  configs/xilinx_zynqmp_zc1751_xm018_dc4_defconfig | 2 ++
>  configs/xilinx_zynqmp_zc1751_xm019_dc5_defconfig | 2 ++
>  configs/xilinx_zynqmp_zcu102_defconfig           | 2 ++
>  configs/xilinx_zynqmp_zcu102_revB_defconfig      | 2 ++
>  8 files changed, 14 insertions(+), 3 deletions(-)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list