Hi Peter, Please take a look at the attached. Note that the default kernel variant is actually a versatile, and you weren't inheriting that. Also, we need to set the V6_V7 multiplatform option because the current Kconfig logic will otherwise enable AUTO CPU support, which will force us to have a V5 kernel. So take a look. I'll be online later. Tested with a cross compiler only, but it built. Jon.
diff --git a/Makefile.config b/Makefile.config index 21143eb..926a323 100644 --- a/Makefile.config +++ b/Makefile.config @@ -44,7 +44,7 @@ temp-armv7: config-armv7 temp-generic temp-arm-generic: config-arm-generic temp-generic perl merge.pl $^ > $@ -temp-armv7l-versatile: config-arm-versatile temp-arm-generic +temp-armv7l-versatile: config-armv7 config-arm-versatile temp-arm-generic perl merge.pl $^ > $@ temp-armv7l-omap: config-arm-omap temp-arm-generic diff --git a/config-armv7 b/config-armv7 index 299e142..6de1654 100644 --- a/config-armv7 +++ b/config-armv7 @@ -1,7 +1,9 @@ # ARM unified arch kernel +CONFIG_CPU_V7=y # CONFIG_ARCH_MULTI_V4 is not set # CONFIG_ARCH_MULTI_V4T is not set # CONFIG_ARCH_MULTI_V6 is not set +CONFIG_ARCH_MULTI_V6_V7=y CONFIG_ARCH_MULTI_V7=y CONFIG_ARCH_MVEBU=y CONFIG_ARCH_HIGHBANK=y
_______________________________________________ arm mailing list arm@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/arm