Re: [PATCH v2] soc: imx: Fix build error without CONFIG_SOC_BUS

2019-05-11 Thread Shawn Guo
On Wed, Apr 24, 2019 at 05:15:17PM +0800, Yue Haibing wrote: > From: YueHaibing > > During randconfig builds, I occasionally run into an invalid configuration > > drivers/soc/imx/soc-imx8.o: In function `imx8_soc_init': > soc-imx8.c:(.init.text+0x144): undefined reference to

Re: [PATCH v2] soc: imx: Fix build error without CONFIG_SOC_BUS

2019-04-24 Thread Leonard Crestez
On 24.04.2019 12:16, Yue Haibing wrote: > From: YueHaibing > > During randconfig builds, I occasionally run into an invalid configuration > > drivers/soc/imx/soc-imx8.o: In function `imx8_soc_init': > soc-imx8.c:(.init.text+0x144): undefined reference to `soc_device_register' > > while

[PATCH v2] soc: imx: Fix build error without CONFIG_SOC_BUS

2019-04-24 Thread Yue Haibing
From: YueHaibing During randconfig builds, I occasionally run into an invalid configuration drivers/soc/imx/soc-imx8.o: In function `imx8_soc_init': soc-imx8.c:(.init.text+0x144): undefined reference to `soc_device_register' while CONFIG_SOC_BUS is not set, the building failed like this. This