summaryrefslogtreecommitdiffstats
path: root/arch/sh/configs/lboxre2_defconfig
diff options
context:
space:
mode:
authorMagnus Damm2007-08-03 03:17:47 +0200
committerPaul Mundt2007-08-03 03:17:47 +0200
commitcc6f33db30c4fcf7915270619e81a91d6190b6c8 (patch)
tree31d613c4a9399ab53037ea68e0e90e89a8940341 /arch/sh/configs/lboxre2_defconfig
parentsh: fix cf support on r2d boards (diff)
downloadkernel-qcow2-linux-cc6f33db30c4fcf7915270619e81a91d6190b6c8.tar.gz
kernel-qcow2-linux-cc6f33db30c4fcf7915270619e81a91d6190b6c8.tar.xz
kernel-qcow2-linux-cc6f33db30c4fcf7915270619e81a91d6190b6c8.zip
sh: fix defconfigs for sh7751r boards
This patch fixes up the defconfig for various sh7751r based boards by updating them to the single cpu subtype CONFIG_CPU_SUBTYPE_SH7751R. The following sh4 boards are updated: hs7751rvoip, landisk, lboxre2, systemh, titan. The current defconfigs with two subtypes defined trigger a configuration bug which result in kernel configurations with missing board support code. We end up with kernels without board code and with generic machvec only. So we need this patch to make sure the board code gets compiled in. Signed-off-by: Magnus Damm <damm@igel.co.jp> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/configs/lboxre2_defconfig')
-rw-r--r--arch/sh/configs/lboxre2_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/configs/lboxre2_defconfig b/arch/sh/configs/lboxre2_defconfig
index fa09d68d057a..9fa66d92a4e7 100644
--- a/arch/sh/configs/lboxre2_defconfig
+++ b/arch/sh/configs/lboxre2_defconfig
@@ -159,7 +159,7 @@ CONFIG_CPU_SH4=y
# CONFIG_CPU_SUBTYPE_SH7091 is not set
# CONFIG_CPU_SUBTYPE_SH7750R is not set
# CONFIG_CPU_SUBTYPE_SH7750S is not set
-CONFIG_CPU_SUBTYPE_SH7751=y
+# CONFIG_CPU_SUBTYPE_SH7751 is not set
CONFIG_CPU_SUBTYPE_SH7751R=y
# CONFIG_CPU_SUBTYPE_SH7760 is not set
# CONFIG_CPU_SUBTYPE_SH4_202 is not set