diff options
-rw-r--r-- | target/config/Config.in.kernelversion | 1 | ||||
-rw-r--r-- | target/nds32/systems/andes-ag101p | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/target/config/Config.in.kernelversion b/target/config/Config.in.kernelversion index 6d54420ea..0e7e0424c 100644 --- a/target/config/Config.in.kernelversion +++ b/target/config/Config.in.kernelversion @@ -148,6 +148,7 @@ config ADK_TARGET_KERNEL_VERSION_3_4 config ADK_TARGET_KERNEL_VERSION_3_4_NDS32 bool "3.4-nds32" depends on ADK_TARGET_ARCH_NDS32 + select ADK_TARGET_KERNEL_NO_MIRROR config ADK_TARGET_KERNEL_VERSION_3_2 bool "3.2.88" diff --git a/target/nds32/systems/andes-ag101p b/target/nds32/systems/andes-ag101p index 8da29ae28..31d35a479 100644 --- a/target/nds32/systems/andes-ag101p +++ b/target/nds32/systems/andes-ag101p @@ -5,6 +5,5 @@ config ADK_TARGET_SYSTEM_ANDES_AG101P select ADK_TARGET_WITH_NET select ADK_TARGET_WITH_NETDEVICE select ADK_TARGET_KERNEL_IMAGE - select ADK_TARGET_KERNEL_NO_MIRROR help Andes Technology AG101P (ADP-XC7KFF676) |