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

Koen Vandeputte koen.vandeputte at ncentric.com
Fri Jan 27 06:33:18 PST 2017


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
 CONFIG_OF=y
 CONFIG_OF_ADDRESS=y
 CONFIG_OF_ADDRESS_PCI=y
-- 
2.7.4




More information about the Lede-dev mailing list