arch: Fix typo breaking use of core-avx2 arch
authorEsben Haabendal <esben@geanix.com>
Fri, 7 Jun 2019 12:53:12 +0000 (14:53 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 8 Jun 2019 10:04:02 +0000 (12:04 +0200)
Signed-off-by: Esben Haabendal <esben@geanix.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
arch/Config.in.x86

index ce91317dc6aee771028fc18b0cb1a51a127102b5..3f6983ac1b6387188a51fc24d089af8b3c88cb0c 100644 (file)
@@ -236,7 +236,7 @@ config BR2_ARCH
        default "i686"          if BR2_x86_core2 && BR2_i386
        default "i686"          if BR2_x86_corei7 && BR2_i386
        default "i686"          if BR2_x86_corei7_avx && BR2_i386
-       default "i686"          if BR2_x86_corei7_avx2 && BR2_i386
+       default "i686"          if BR2_x86_core_avx2 && BR2_i386
        default "i686"          if BR2_x86_atom && BR2_i386
        default "i686"          if BR2_x86_silvermont && BR2_i386
        default "i686"          if BR2_x86_opteron && BR2_i386