From: Esben Haabendal Date: Fri, 7 Jun 2019 12:53:12 +0000 (+0200) Subject: arch: Fix typo breaking use of core-avx2 arch X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=498a1fabe80aeb1652475b9061b82ba065915183;p=buildroot.git arch: Fix typo breaking use of core-avx2 arch Signed-off-by: Esben Haabendal Signed-off-by: Peter Korsgaard --- diff --git a/arch/Config.in.x86 b/arch/Config.in.x86 index ce91317dc6..3f6983ac1b 100644 --- a/arch/Config.in.x86 +++ b/arch/Config.in.x86 @@ -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