diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2017-01-27 16:45:14 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-01-27 16:51:44 +0100 |
commit | 6db7a013bd155c4c5e681464883eee60b20ea7fa (patch) | |
tree | 5dd293e10735e9b285a58512ad431d0dd3ba5978 | |
parent | d99007d5a963ded76ae9a6969e71a25dac507593 (diff) | |
download | upstream-6db7a013bd155c4c5e681464883eee60b20ea7fa.tar.gz upstream-6db7a013bd155c4c5e681464883eee60b20ea7fa.tar.bz2 upstream-6db7a013bd155c4c5e681464883eee60b20ea7fa.zip |
imx6: fix build error
This symbol is required when symbol SOC_IMX6 is also specified
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
-rw-r--r-- | target/linux/generic/config-4.4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic/config-4.4 b/target/linux/generic/config-4.4 index cce7f27652..ebc54bc7bd 100644 --- a/target/linux/generic/config-4.4 +++ b/target/linux/generic/config-4.4 @@ -2791,6 +2791,7 @@ CONFIG_NLS_DEFAULT="iso8859-1" # CONFIG_NTP_PPS is not set # CONFIG_NVM is not set # CONFIG_NVMEM is not set +# CONFIG_NVMEM_IMX_OCOTP is not set # CONFIG_NVRAM is not set # CONFIG_NV_TCO is not set # CONFIG_NXP_STB220 is not set |