On Mon, Dec 4, 2017 at 2:31 AM, Peng Fan <peng....@nxp.com> wrote:
> Add i.MX8M into Kconfig, create a new folder mx8m
> dedicated for i.MX8M.
>
> Signed-off-by: Peng Fan <peng....@nxp.com>
> ---
>  arch/arm/Kconfig               |  8 ++++++++
>  arch/arm/Makefile              |  4 ++--
>  arch/arm/mach-imx/mx8m/Kconfig | 10 ++++++++++
>  3 files changed, 20 insertions(+), 2 deletions(-)
>  create mode 100644 arch/arm/mach-imx/mx8m/Kconfig
>
> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> index ca386decfe..3b2adbc1f2 100644
> --- a/arch/arm/Kconfig
> +++ b/arch/arm/Kconfig
> @@ -604,6 +604,12 @@ config ARCH_MESON
>           targeted at media players and tablet computers. We currently
>           support the S905 (GXBaby) 64-bit SoC.
>
> +config ARCH_MX8M
> +       bool "NXP i.MX8M platform"
> +       select ARM64
> +       select DM
> +       select SUPPORT_SPL
> +
>  config ARCH_MX25
>         bool "NXP MX25"
>         select CPU_ARM926EJS
> @@ -1177,6 +1183,8 @@ source "arch/arm/cpu/armv7/ls102xa/Kconfig"
>
>  source "arch/arm/mach-imx/mx2/Kconfig"
>
> +source "arch/arm/mach-imx/mx8m/Kconfig"

Please keep in alphabetical order.

Other than this:

Reviewed-by: Fabio Estevam <fabio.este...@nxp.com>
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to