From patchwork Fri Sep 24 19:58:58 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tim Nordell X-Patchwork-Id: 207432 X-Patchwork-Delegate: tony@atomide.com Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id o8OKF8gD001753 for ; Fri, 24 Sep 2010 20:15:09 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758113Ab0IXUOt (ORCPT ); Fri, 24 Sep 2010 16:14:49 -0400 Received: from mail.logicpd.com ([66.162.60.3]:11017 "EHLO smtp.logicpd.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1758072Ab0IXUOM (ORCPT ); Fri, 24 Sep 2010 16:14:12 -0400 X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter1.kernel.org [140.211.167.41]); Fri, 24 Sep 2010 20:15:09 +0000 (UTC) X-Greylist: delayed 911 seconds by postgrey-1.27 at vger.kernel.org; Fri, 24 Sep 2010 16:14:09 EDT Received: from mplswks321.logicpd.com ([10.0.5.8]) by smtp.logicpd.com with Microsoft SMTPSVC(6.0.3790.4675); Fri, 24 Sep 2010 14:58:57 -0500 From: Tim Nordell To: linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Tim Nordell Subject: [PATCH v3 5/5] ARM: OMAP3LOGIC: Adding low-level debug support Date: Fri, 24 Sep 2010 14:58:58 -0500 Message-Id: <1285358338-3403-6-git-send-email-tim.nordell@logicpd.com> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1285358338-3403-1-git-send-email-tim.nordell@logicpd.com> References: <1285358338-3403-1-git-send-email-tim.nordell@logicpd.com> X-OriginalArrivalTime: 24 Sep 2010 19:58:57.0573 (UTC) FILETIME=[EC720550:01CB5C22] Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org diff --git a/arch/arm/plat-omap/include/plat/uncompress.h b/arch/arm/plat-omap/include/plat/uncompress.h index ddf723b..ff9f3a2 100644 --- a/arch/arm/plat-omap/include/plat/uncompress.h +++ b/arch/arm/plat-omap/include/plat/uncompress.h @@ -139,6 +139,8 @@ static inline void __arch_decomp_setup(unsigned long arch_id) DEBUG_LL_OMAP2(1, omap3evm); DEBUG_LL_OMAP3(1, omap_3430sdp); DEBUG_LL_OMAP3(1, omap_3630sdp); + DEBUG_LL_OMAP3(1, omap3530_lv_som); + DEBUG_LL_OMAP3(1, omap3_torpedo); /* omap3 based boards using UART3 */ DEBUG_LL_OMAP3(3, cm_t35);