diff options
author | David Anders <x0132446@ti.com> | 2010-09-16 18:44:47 +0530 |
---|---|---|
committer | Santosh Shilimkar <santosh.shilimkar@ti.com> | 2010-09-24 11:30:18 +0530 |
commit | b5be6b66b7a33f48bf0dfb466443ae9b65e69871 (patch) | |
tree | 45d978ae9b90bcb62c497189ca53be033720be0a /arch | |
parent | a777b7277ef9b04481d4ceaac353bb4bd82e2f1e (diff) | |
download | blackbird-obmc-linux-b5be6b66b7a33f48bf0dfb466443ae9b65e69871.tar.gz blackbird-obmc-linux-b5be6b66b7a33f48bf0dfb466443ae9b65e69871.zip |
omap4: Panda: Add DEBUG_LL support
Add support for use of DEBUG_LL for use with PandaBoard.
Signed-off-by: David Anders <x0132446@ti.com>
Diffstat (limited to 'arch')
-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 ddf723be48dc..57dffa7e3ea6 100644 --- a/arch/arm/plat-omap/include/plat/uncompress.h +++ b/arch/arm/plat-omap/include/plat/uncompress.h @@ -153,6 +153,7 @@ static inline void __arch_decomp_setup(unsigned long arch_id) /* omap4 based boards using UART3 */ DEBUG_LL_OMAP4(3, omap_4430sdp); + DEBUG_LL_OMAP4(3, omap4_panda); /* zoom2/3 external uart */ DEBUG_LL_ZOOM(omap_zoom2); |