Gitweb: http://git.kernel.org/linus/342aa2c1721e2714f43d957c3dd0bdaaa688c207 Commit: 342aa2c1721e2714f43d957c3dd0bdaaa688c207 Parent: d04eb60066ed532d2e5da9f39cc0c79883d8a33c Author: Vaibhav Hiremath <hvaibhav@ti.com> AuthorDate: Fri Jan 8 10:29:08 2010 -0800 Committer: Tony Lindgren <tony@atomide.com> CommitDate: Fri Jan 8 10:29:08 2010 -0800 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 <hvaibhav@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com> --- arch/arm/mach-omap2/Kconfig | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index 10eafa7..606bf04 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" -- To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
