From patchwork Sun Jul 5 15:13:47 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Albert ARIBAUD X-Patchwork-Id: 491322 X-Patchwork-Delegate: albert.aribaud@free.fr 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 D19A4140D19 for ; Mon, 6 Jul 2015 01:14:58 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id DED7A4B660; Sun, 5 Jul 2015 17:14:54 +0200 (CEST) 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 5g2HzfbsZWS2; Sun, 5 Jul 2015 17:14:54 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id E5A184B67E; Sun, 5 Jul 2015 17:14:52 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 5510C4B632 for ; Sun, 5 Jul 2015 17:14:49 +0200 (CEST) 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 axNmXzxyn5i3 for ; Sun, 5 Jul 2015 17:14:49 +0200 (CEST) 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 smtp2-g21.free.fr (smtp2-g21.free.fr [212.27.42.2]) by theia.denx.de (Postfix) with ESMTPS id A51924B656 for ; Sun, 5 Jul 2015 17:14:48 +0200 (CEST) Received: from localhost.localdomain (unknown [82.235.144.2]) (Authenticated sender: aribaud.smtp) by smtp2-g21.free.fr (Postfix) with ESMTPSA id 17F344B01D8; Sun, 5 Jul 2015 17:14:44 +0200 (CEST) From: Albert ARIBAUD To: u-boot@lists.denx.de Date: Sun, 5 Jul 2015 17:13:47 +0200 Message-Id: <1436109227-10790-5-git-send-email-albert.u.boot@aribaud.net> X-Mailer: git-send-email 2.1.0 In-Reply-To: <1436109227-10790-1-git-send-email-albert.u.boot@aribaud.net> References: <1436109227-10790-1-git-send-email-albert.u.boot@aribaud.net> Cc: Tom Rini Subject: [U-Boot] [PATCH v4 4/4] openrd: switch to CONFIG_SYS_THUMB_BUILD X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.15 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" Now that kirkwood supports CONFIG_SYS_THUMB_BUILD, switch to it for openrd. This brings U-Boot back to an acceptable size. Signed-off-by: Albert ARIBAUD --- Changes in v4: None New in v3 include/configs/openrd.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/openrd.h b/include/configs/openrd.h index 7211314..62f15b7 100644 --- a/include/configs/openrd.h +++ b/include/configs/openrd.h @@ -38,6 +38,7 @@ #define CONFIG_KW88F6281 1 /* SOC Name */ #define CONFIG_MACH_OPENRD_BASE /* Machine type */ #define CONFIG_SKIP_LOWLEVEL_INIT /* disable board lowlevel_init */ +#define CONFIG_SYS_THUMB_BUILD /* * Commands configuration