]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: OMAP2+: cpu: Add am33xx device under cpu_class_is_omap2
authorVaibhav Hiremath <hvaibhav@ti.com>
Tue, 7 Aug 2012 14:14:01 +0000 (19:44 +0530)
committerTony Lindgren <tony@atomide.com>
Wed, 8 Aug 2012 14:23:59 +0000 (07:23 -0700)
commit76010ad174f96b8e1c4332908b584654f1e743fc
tree847979d2a1507dfce16b30e53ff5bd37d05f24db
parentc51786b267aba5e6bd662466a5ce91683f95475a
ARM: OMAP2+: cpu: Add am33xx device under cpu_class_is_omap2

AM33XX device falls under omap2 class, so make cpu_class_is_omap2()
macro true by adding soc_is_am33xx() to existing list of cpu/soc
check.

This is required to unblock the basic boot support on AM335x platform.

Having done that, we still need to sort out properly from
common zImage point of view without having to maintain this
cpu/soc_is_xxx list.

Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/plat-omap/include/plat/cpu.h