MLK-15047-2: ARM: imx: add IMX_SOC_IMX7
authorOctavian Purdila <octavian.purdila@nxp.com>
Mon, 12 Jun 2017 08:58:44 +0000 (11:58 +0300)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 20:28:14 +0000 (15:28 -0500)
commitdb4c3465b3985e1ca0a58f47fada995e93a007f6
tree403426433788945414bf4a769b4aa773cb79dde6
parent04423d2d41fb7a758cef71057fea0887e02081bc
MLK-15047-2: ARM: imx: add IMX_SOC_IMX7

IMX_SOC_IMX7 is referenced in makefiles and kconfig but it is not
defined, so define it and select it for both IMX7D and IMX7ULP.

Fixes the following build errors:

arch/arm/mach-imx/built-in.o: In function `update_lpddr2_freq_smp':
platform-imx-dma.c:(.text+0xf7c): undefined reference to `imx_scu_base'
platform-imx-dma.c:(text+0xf88): undefined reference to `imx_scu_base'
arch/arm/mach-imx/built-in.o: In function `update_ddr_freq_imx_smp':
platform-imx-dma.c:(text+0x330c): undefined reference to `imx_scu_base'
platform-imx-dma.c:(text+0x3318): undefined reference to `imx_scu_base'
Makefile:969: recipe for target 'vmlinux' failed
make: *** [vmlinux] Error 1

Signed-off-by: Octavian Purdila <octavian.purdila@nxp.com>
arch/arm/mach-imx/Kconfig