From patchwork Wed Feb 15 13:57:33 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Aneesh V X-Patchwork-Id: 141323 X-Patchwork-Delegate: trini@ti.com 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 50CDEB6FFC for ; Thu, 16 Feb 2012 00:59:11 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id B02C1280E2; Wed, 15 Feb 2012 14:58:51 +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 Msz6sYq9vBnp; Wed, 15 Feb 2012 14:58:51 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id D8B7D280E6; Wed, 15 Feb 2012 14:58:34 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 683AD2809B for ; Wed, 15 Feb 2012 14:58:23 +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 Xe-+EGBS7kdL for ; Wed, 15 Feb 2012 14:58:23 +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 na3sys009aog109.obsmtp.com (na3sys009aog109.obsmtp.com [74.125.149.201]) by theia.denx.de (Postfix) with ESMTPS id 0AF17280AE for ; Wed, 15 Feb 2012 14:58:13 +0100 (CET) Received: from mail-tul01m020-f180.google.com ([209.85.214.180]) (using TLSv1) by na3sys009aob109.postini.com ([74.125.148.12]) with SMTP ID DSNKTzu58+KzSGXNrix1BGLKR8Z6ZbjfVz5f@postini.com; Wed, 15 Feb 2012 05:58:15 PST Received: by mail-tul01m020-f180.google.com with SMTP id uo19so2538814obb.39 for ; Wed, 15 Feb 2012 05:58:11 -0800 (PST) MIME-Version: 1.0 Received: by 10.182.1.104 with SMTP id 8mr18650467obl.19.1329314290940; Wed, 15 Feb 2012 05:58:10 -0800 (PST) Received: from localhost (dragon.ti.com. [192.94.94.33]) by mx.google.com with ESMTPS id y3sm7169768obx.4.2012.02.15.05.58.08 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 15 Feb 2012 05:58:10 -0800 (PST) From: Aneesh V To: u-boot@lists.denx.de Date: Wed, 15 Feb 2012 19:27:33 +0530 Message-Id: <1329314253-4596-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: ALoCoQl2d/Zop9DbxILBHsmYhsWpzp6IYbe7TTVdCKS64PLKeJAspBNzSxGrNKjnLCO34lKy14Kq Subject: [U-Boot] [PATCH 4/4] 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 --- 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 */