From patchwork Wed Jan 8 05:47:55 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nobuhiro Iwamatsu X-Patchwork-Id: 308021 X-Patchwork-Delegate: iwamatsu@nigauri.org 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 7186B2C00BC for ; Wed, 8 Jan 2014 16:49:23 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 27B9B4ABDF; Wed, 8 Jan 2014 06:49:19 +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 GVEufGPfMGzZ; Wed, 8 Jan 2014 06:49:18 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 884004ABE2; Wed, 8 Jan 2014 06:48:45 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 04BEE4AB98 for ; Wed, 8 Jan 2014 06:48:40 +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 MZ5nw2RvwbNi for ; Wed, 8 Jan 2014 06:48:35 +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 mail-pa0-f45.google.com (mail-pa0-f45.google.com [209.85.220.45]) by theia.denx.de (Postfix) with ESMTPS id B5E924AB88 for ; Wed, 8 Jan 2014 06:48:22 +0100 (CET) Received: by mail-pa0-f45.google.com with SMTP id fb1so1397744pad.4 for ; Tue, 07 Jan 2014 21:48:20 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=DigJrMqLhGb+eMAZJikjiKozinzgqwkuwwoX8btr54c=; b=fa03DBUoCQlhXzAm4qmxpXeON28E1coCYHBOElna2AgeevqJ0l1Tu6PZSQcjMk2Wsd KjxEGGiD+2JutZluNMLuRDkT4WbqdPhfYoGFAzE3nmaKnVwu5JdAcne+zyPL2L/8wwYS 4ZN6PxqlbUwlNwoqaXfz1SGfLFM1AAR88tgCNbajUPuDMsTP55Yvr92VNdqTMdXjGfeO FkD9oHY1IDJT2Qg821oQzqskLrc+L2GSMbgTel4YG+pj2rW+hIknDigtQd+8sXZkk2fB MevPsY7RrLDxa8FlLD6T9Axedb4tZ13mxwf7QRAHdACXSVcQhNyQ0hcnDOZ5jQB6RCdx mlVA== X-Gm-Message-State: ALoCoQl1XsuLlp0K0jyOwOgZCRURk7hEg3TXtO/gZoKogx/JtxAHQzTY63u/qLxBSN62cDDBQt46 X-Received: by 10.66.14.41 with SMTP id m9mr10327236pac.123.1389160100898; Tue, 07 Jan 2014 21:48:20 -0800 (PST) Received: from chimagu (49.14.32.202.bf.2iij.net. [202.32.14.49]) by mx.google.com with ESMTPSA id dq3sm140302543pbc.35.2014.01.07.21.48.17 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 07 Jan 2014 21:48:18 -0800 (PST) Received: from iwamatsu by chimagu with local (Exim 4.82) (envelope-from ) id 1W0lzm-0000IV-IS; Wed, 08 Jan 2014 14:48:02 +0900 From: Nobuhiro Iwamatsu To: u-boot@lists.denx.de Date: Wed, 8 Jan 2014 14:47:55 +0900 Message-Id: <1389160080-1105-1-git-send-email-iwamatsu@nigauri.org> X-Mailer: git-send-email 1.8.5.2 Subject: [U-Boot] [PATCH 1/6] sh: sh2: Add CONFIG_SH2 definition to config.mk of SH2 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: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de Signed-off-by: Nobuhiro Iwamatsu --- arch/sh/cpu/sh2/config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/sh/cpu/sh2/config.mk b/arch/sh/cpu/sh2/config.mk index 8a0de96..69273b4 100644 --- a/arch/sh/cpu/sh2/config.mk +++ b/arch/sh/cpu/sh2/config.mk @@ -12,7 +12,7 @@ PLATFORM_CPPFLAGS += -m2a -m2a-nofpu -mb -ffreestanding else # SH2 PLATFORM_CPPFLAGS += -m3e -mb endif -PLATFORM_CPPFLAGS += $(call cc-option,-mno-fdpic) +PLATFORM_CPPFLAGS += -DCONFIG_SH2 $(call cc-option,-mno-fdpic) PLATFORM_RELFLAGS += -ffixed-r13 PLATFORM_LDFLAGS += $(ENDIANNESS)