]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
sh: fix defconfigs for sh7751r boards
authorMagnus Damm <damm@igel.co.jp>
Fri, 3 Aug 2007 01:17:47 +0000 (10:17 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Fri, 3 Aug 2007 01:17:47 +0000 (10:17 +0900)
commitcc6f33db30c4fcf7915270619e81a91d6190b6c8
tree31d613c4a9399ab53037ea68e0e90e89a8940341
parent5ca95c48f1bd006d1aafe2f8bf1a859262d6d7b1
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>
arch/sh/configs/hs7751rvoip_defconfig
arch/sh/configs/landisk_defconfig
arch/sh/configs/lboxre2_defconfig
arch/sh/configs/systemh_defconfig
arch/sh/configs/titan_defconfig