]> git.ipfire.org Git - people/ms/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)
committerStefano Babic <sbabic@denx.de>
Tue, 7 Nov 2017 09:12:50 +0000 (10:12 +0100)
commit07df697e1410d990930b2c6e483e5123dd987fdd
treecc11cab34e3502c2850844f503eaf9a703a97bc0
parent7a69604bce9a9a9476753af64e5a1870880c1333
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>
Reviewed-by: Benoît Thébaudeau <benoit.thebaudeau.dev@gmail.com>
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