From: Vaibhav Hiremath Date: Fri, 8 Jan 2010 18:29:08 +0000 (-0800) Subject: omap3: EVM: Choose OMAP_PACKAGE_CBB X-Git-Tag: v2.6.33-rc4~20^2~1 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=342aa2c1721e2714f43d957c3dd0bdaaa688c207;p=~emulex%2Finfiniband.git omap3: EVM: Choose OMAP_PACKAGE_CBB Without this the kernel doesn't boot, it craches in omap_mux_package_fixup(), since the package_subset becomes NULL. Signed-off-by: Vaibhav Hiremath Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index 10eafa70a90..606bf04f51b 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig @@ -80,6 +80,7 @@ config MACH_OVERO config MACH_OMAP3EVM bool "OMAP 3530 EVM board" depends on ARCH_OMAP3 && ARCH_OMAP34XX + select OMAP_PACKAGE_CBB config MACH_OMAP3517EVM bool "OMAP3517/ AM3517 EVM board"