diff options
author | Vaibhav Hiremath <hvaibhav@ti.com> | 2010-01-08 10:29:08 -0800 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2010-01-08 10:29:08 -0800 |
commit | 342aa2c1721e2714f43d957c3dd0bdaaa688c207 (patch) | |
tree | 09d948b7e6a39d2c3f58cb029e1883f6f29726d4 /arch | |
parent | d04eb60066ed532d2e5da9f39cc0c79883d8a33c (diff) | |
download | op-kernel-dev-342aa2c1721e2714f43d957c3dd0bdaaa688c207.zip op-kernel-dev-342aa2c1721e2714f43d957c3dd0bdaaa688c207.tar.gz |
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>
Diffstat (limited to 'arch')
-rw-r--r-- | 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" |