From mboxrd@z Thu Jan 1 00:00:00 1970 From: Enric Balletbo i Serra Subject: [PATCHv2 2/8] omap3: Fix typo on IGEP v2 board Date: Wed, 18 Nov 2009 21:20:34 +0100 Message-ID: <1258575640-8169-3-git-send-email-eballetbo@gmail.com> References: <1258575640-8169-1-git-send-email-eballetbo@gmail.com> <1258575640-8169-2-git-send-email-eballetbo@gmail.com> Return-path: Received: from mail-ew0-f209.google.com ([209.85.219.209]:63735 "EHLO mail-ew0-f209.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752518Ab0AMLCq (ORCPT ); Wed, 13 Jan 2010 06:02:46 -0500 Received: by mail-ew0-f209.google.com with SMTP id 1so323499ewy.28 for ; Wed, 13 Jan 2010 03:02:45 -0800 (PST) In-Reply-To: <1258575640-8169-2-git-send-email-eballetbo@gmail.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: linux-omap@vger.kernel.org Cc: Enric Balletbo i Serra From: Enric Balletbo i Serra Signed-off-by: Enric Balletbo i Serra --- arch/arm/mach-omap2/Kconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index 606bf04..4f7eb77 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig @@ -140,7 +140,7 @@ config MACH_CM_T35 select OMAP_MUX config MACH_IGEP0020 - bool "IGEP0020" + bool "IGEP v2 board" depends on ARCH_OMAP3 && ARCH_OMAP34XX select OMAP_PACKAGE_CBB -- 1.5.4.3