configs: freescale_imx31_3stack: fix ARM variant selection
authorPeter Korsgaard <peter@korsgaard.com>
Tue, 23 Feb 2016 21:03:11 +0000 (22:03 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 23 Feb 2016 21:05:32 +0000 (22:05 +0100)
Commit 24dfbe71e (arch/arm: do not distinguish revisions of ARM1136JF-S)
removed the r0 variant of the arm1136jf-s, but didn't update the defconfig -
So it ends up using arm926 instead.

Fix it by selecting the correct symbol instead.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
configs/freescale_imx31_3stack_defconfig

index df8c00d235d1e4127341d958077a074895edadb5..ead520ae124057e6373d91e0377e1334f8aab266 100644 (file)
@@ -1,6 +1,6 @@
 # architecture
 BR2_arm=y
-BR2_arm1136jf_s_r0=y
+BR2_arm1136jf_s=y
 BR2_ARM_EABIHF=y
 
 # Linux headers same as kernel, a 3.15 series