Skip to content

Commit

Permalink
i.MX31: Disable CPU_32v6K in mx3_defconfig.
Browse files Browse the repository at this point in the history
The i.MX31 ARM11 core is not a v6K core. Disable this option as it
is incompatible with non v6K cores.

Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
  • Loading branch information
Magnus Lilja authored and Sascha Hauer committed May 5, 2009
1 parent b09de42 commit 25971df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/configs/mx3_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ CONFIG_MXC_PWM=y
#
CONFIG_CPU_32=y
CONFIG_CPU_V6=y
CONFIG_CPU_32v6K=y
# CONFIG_CPU_32v6K is not set
CONFIG_CPU_32v6=y
CONFIG_CPU_ABRT_EV6=y
CONFIG_CPU_PABRT_NOIFAR=y
Expand Down

0 comments on commit 25971df

Please sign in to comment.