diff options
author | Igor Grinberg <grinberg@compulab.co.il> | 2011-07-05 03:38:23 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2011-07-05 03:38:23 -0700 |
commit | c31469747854a1f1dcfd81a8fb1d9865c3ee58b9 (patch) | |
tree | 71b9f75eb15df72bddaa9b32501001a89b9702b9 /arch/arm/plat-omap/include/plat/uncompress.h | |
parent | 5fe8b4c19dc24e3bb873daf9e96a2439a83bbd79 (diff) | |
download | talos-op-linux-c31469747854a1f1dcfd81a8fb1d9865c3ee58b9.tar.gz talos-op-linux-c31469747854a1f1dcfd81a8fb1d9865c3ee58b9.zip |
arm: omap3: cm-t35: add support for cm-t3730
cm-t3730 is basically the same board as cm-t35,
but has AM/DM3730 SoC assembled and therefore some changes are required.
Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>
Acked-by: Mike Rapoport <mike@compulab.co.il>
[tony@atomide.com: updated for init_irq cleanup as noted by khilman@ti.com]
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/plat-omap/include/plat/uncompress.h')
-rw-r--r-- | arch/arm/plat-omap/include/plat/uncompress.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-omap/include/plat/uncompress.h b/arch/arm/plat-omap/include/plat/uncompress.h index ac4b60d9aa29..a067484cc4a2 100644 --- a/arch/arm/plat-omap/include/plat/uncompress.h +++ b/arch/arm/plat-omap/include/plat/uncompress.h @@ -148,6 +148,7 @@ static inline void __arch_decomp_setup(unsigned long arch_id) /* omap3 based boards using UART3 */ DEBUG_LL_OMAP3(3, cm_t35); DEBUG_LL_OMAP3(3, cm_t3517); + DEBUG_LL_OMAP3(3, cm_t3730); DEBUG_LL_OMAP3(3, craneboard); DEBUG_LL_OMAP3(3, devkit8000); DEBUG_LL_OMAP3(3, igep0020); |