
On Sun, Sep 18, 2016 at 12:33 PM, Peng Fan van.freenix@gmail.com wrote:
Hi Jagan, On Sat, Sep 17, 2016 at 02:18:33AM +0530, Jagan Teki wrote:
snvs base is added only for i.MX6ULL but the code is added for common, so firing build error while compiling other i.MX6 SOC's
Issue observed with the below patch "imx: mx6ull: Update memory map address" (sha1: e8eac1b5b3a98a06426bc4867c03c38329841e5c)
Build log: CC arch/arm/imx-common/iomux-v3.o arch/arm/imx-common/iomux-v3.c: In function 'imx_iomux_v3_setup_pad': arch/arm/imx-common/iomux-v3.c:56:19: error: 'IOMUXC_SNVS_BASE_ADDR' undeclared (first use in this function) base = (void *)IOMUXC_SNVS_BASE_ADDR;
CONFIG_IOMUX_LPSR is only needed for i.MX7 and i.MX6ULL now. CONFIG_IOMUX_LPSR is defined in your configuration? I did not meet such build error.
Observed this when I did imx6ul, will skip this this series.
thanks!