[LEDE-DEV] [PATCH 2/2] imx6: fix build error

Felix Fietkau nbd at nbd.name
Fri Jan 27 07:11:04 PST 2017


On 2017-01-27 15:33, Koen Vandeputte wrote:
> Fixes a build error due to a platform specific missing symbol
> introduced in commit: 9ed108e98baae4ed7fbb6c8dd0ed4bd68dd4dc31
> 
> Signed-off-by: Koen Vandeputte <koen.vandeputte at ncentric.com>
> ---
>  target/linux/imx6/config-4.4 | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/target/linux/imx6/config-4.4 b/target/linux/imx6/config-4.4
> index b59a0cc..caa3dbd 100644
> --- a/target/linux/imx6/config-4.4
> +++ b/target/linux/imx6/config-4.4
> @@ -300,6 +300,8 @@ CONFIG_NO_BOOTMEM=y
>  CONFIG_NO_HZ_COMMON=y
>  CONFIG_NO_HZ_IDLE=y
>  CONFIG_NR_CPUS=4
> +CONFIG_NVMEM=y
> +# CONFIG_NVMEM_IMX_OCOTP is not set
I don't think you should enable CONFIG_NVMEM in the kernel just to deal
with a symbol error. Please put the missing symbol into
generic/config-4.4 instead.

- Felix




More information about the Lede-dev mailing list