diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2017-11-03 13:40:08 -0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2017-11-07 10:12:50 +0100 |
commit | 07df697e1410d990930b2c6e483e5123dd987fdd (patch) | |
tree | cc11cab34e3502c2850844f503eaf9a703a97bc0 /include/configs | |
parent | 7a69604bce9a9a9476753af64e5a1870880c1333 (diff) |
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>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/mx25pdk.h | 1 | ||||
-rw-r--r-- | include/configs/zmx25.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/mx25pdk.h b/include/configs/mx25pdk.h index bb100c40df..8e8946a6b4 100644 --- a/include/configs/mx25pdk.h +++ b/include/configs/mx25pdk.h @@ -11,7 +11,6 @@ /* High Level Configuration Options */ -#define CONFIG_MX25 #define CONFIG_SYS_TEXT_BASE 0x81200000 #define CONFIG_MXC_GPIO #define CONFIG_SYS_FSL_CLK diff --git a/include/configs/zmx25.h b/include/configs/zmx25.h index d566fe5a2f..1ae1ca4317 100644 --- a/include/configs/zmx25.h +++ b/include/configs/zmx25.h @@ -12,7 +12,6 @@ #include <asm/arch/imx-regs.h> -#define CONFIG_MX25 #define CONFIG_SYS_TEXT_BASE 0xA0000000 #define CONFIG_SYS_TIMER_RATE 32768 |