]> code.ossystems Code Review - bsp/u-boot.git/commit
mx25: Move MX25 selection to Kconfig
authorFabio Estevam <fabio.estevam@nxp.com>
Fri, 3 Nov 2017 15:40:08 +0000 (13:40 -0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Mon, 6 Nov 2017 17:19:31 +0000 (15:19 -0200)
commit3969f01a471da438455e75a31095ee2d500e0b8b
treeeafecb158caf4b2d11d398e79245ae09686a129d
parent0b1b1133c268095cd7436821594eab0ff4f1c4c1
mx25: Move MX25 selection to Kconfig

The motivation for moving MX25 selection to Kconfig is to be
able to better handle MX25 specific errata, so that an errata option
can be selected at SoC level instead of board level.

This selection method also aligns with the way other i.MX SoCs are
selected in U-Boot.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Acked-by: Sebastien Bourdelin <sebastien.bourdelin@savoirfairelinux.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
arch/arm/Kconfig
arch/arm/mach-imx/mx2/Kconfig [new file with mode: 0644]
configs/mx25pdk_defconfig
configs/zmx25_defconfig
include/configs/mx25pdk.h
include/configs/zmx25.h