projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b09de42
)
i.MX31: Disable CPU_32v6K in mx3_defconfig.
author
Magnus Lilja
<lilja.magnus@gmail.com>
Sat, 18 Apr 2009 16:20:50 +0000
(18:20 +0200)
committer
Sascha Hauer
<s.hauer@pengutronix.de>
Tue, 5 May 2009 07:38:04 +0000
(09:38 +0200)
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>
arch/arm/configs/mx3_defconfig
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/configs/mx3_defconfig
b/arch/arm/configs/mx3_defconfig
index 72a8201a537092661649fb162d8eaa593e870dca..20ada526f6de3873ed97c9db1de78466d00e21e5 100644
(file)
--- a/
arch/arm/configs/mx3_defconfig
+++ b/
arch/arm/configs/mx3_defconfig
@@
-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