From patchwork Thu Feb 23 13:39:45 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Aneesh V X-Patchwork-Id: 142619 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 5EAE8B6EEE for ; Fri, 24 Feb 2012 00:40:51 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id DA363280B3; Thu, 23 Feb 2012 14:40:38 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bOTvCnRfIatO; Thu, 23 Feb 2012 14:40:38 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id BF19A28099; Thu, 23 Feb 2012 14:40:36 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 2461028099 for ; Thu, 23 Feb 2012 14:40:35 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id iSad8MOViJkv for ; Thu, 23 Feb 2012 14:40:34 +0100 (CET) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from na3sys009aog122.obsmtp.com (na3sys009aog122.obsmtp.com [74.125.149.147]) by theia.denx.de (Postfix) with ESMTPS id BAEAD280A1 for ; Thu, 23 Feb 2012 14:40:24 +0100 (CET) Received: from mail-gy0-f178.google.com ([209.85.160.178]) (using TLSv1) by na3sys009aob122.postini.com ([74.125.148.12]) with SMTP ID DSNKT0ZBx7PPNFbdhUDVgPIeRbeLRDoH+1Kt@postini.com; Thu, 23 Feb 2012 05:40:28 PST Received: by mail-gy0-f178.google.com with SMTP id f14so645278ghb.37 for ; Thu, 23 Feb 2012 05:40:22 -0800 (PST) Received-SPF: pass (google.com: domain of aneesh@ti.com designates 10.236.170.130 as permitted sender) client-ip=10.236.170.130; Authentication-Results: mr.google.com; spf=pass (google.com: domain of aneesh@ti.com designates 10.236.170.130 as permitted sender) smtp.mail=aneesh@ti.com Received: from mr.google.com ([10.236.170.130]) by 10.236.170.130 with SMTP id p2mr2746608yhl.13.1330004422996 (num_hops = 1); Thu, 23 Feb 2012 05:40:22 -0800 (PST) MIME-Version: 1.0 Received: by 10.236.170.130 with SMTP id p2mr2187133yhl.13.1330004422942; Thu, 23 Feb 2012 05:40:22 -0800 (PST) Received: from localhost (dragon.ti.com. [192.94.94.33]) by mx.google.com with ESMTPS id g7sm3753172yhm.5.2012.02.23.05.40.20 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 23 Feb 2012 05:40:22 -0800 (PST) From: Aneesh V To: u-boot@lists.denx.de Date: Thu, 23 Feb 2012 19:09:45 +0530 Message-Id: <1330004385-22502-5-git-send-email-aneesh@ti.com> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1328528248-20872-1-git-send-email-aneesh@ti.com> References: <1328528248-20872-1-git-send-email-aneesh@ti.com> X-Gm-Message-State: ALoCoQkfRBLZKbo9erZji23AefHgKzi4AND/eNweBLHwB2ku3NqirYG37po4wg0as7n5QBBL6su6 Subject: [U-Boot] [PATCH v2 5/5] OMAP4: enable Thumb build X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de Signed-off-by: Aneesh V --- Changes from RFC to V1: - None Changes from V1 to V2: - None --- include/configs/omap4_common.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/configs/omap4_common.h b/include/configs/omap4_common.h index a989721..01b4d6c 100644 --- a/include/configs/omap4_common.h +++ b/include/configs/omap4_common.h @@ -287,4 +287,6 @@ #define CONFIG_SYS_ENABLE_PADS_ALL +#define CONFIG_SYS_THUMB_BUILD + #endif /* __CONFIG_OMAP4_COMMON_H */