diff options
author | Enric Balletbo i Serra <eballetbo@iseebcn.com> | 2010-02-17 14:09:26 -0800 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2010-02-17 17:23:20 -0800 |
commit | 28e0f13cd1be5452f795bea6f68657a702000e69 (patch) | |
tree | 265af8bf28dc5ff5f014eb1e693cb41af86a1199 /arch/arm/mach-omap2 | |
parent | 7f5f23da82c67c8c3786f3615438a22f5d8ac053 (diff) |
omap3: Fix typo on IGEP v2 board
Fix typo on IGEP v2 board
Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2')
-rw-r--r-- | 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 f90b225ef88..2e81a6ef63e 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig @@ -131,7 +131,7 @@ config MACH_CM_T35 select OMAP_MUX config MACH_IGEP0020 - bool "IGEP0020" + bool "IGEP v2 board" depends on ARCH_OMAP3 select OMAP_PACKAGE_CBB |