From patchwork Wed Nov 12 00:17:56 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Glass X-Patchwork-Id: 409721 X-Patchwork-Delegate: sjg@chromium.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 5531D14012F for ; Wed, 12 Nov 2014 11:19:09 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 939D94BA09; Wed, 12 Nov 2014 01:19:06 +0100 (CET) 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 ZQcpxIAkYHwl; Wed, 12 Nov 2014 01:19:06 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 48D764B9D5; Wed, 12 Nov 2014 01:18:54 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 5AA1D4B9C9 for ; Wed, 12 Nov 2014 01:18:44 +0100 (CET) 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 Ha5FaOjm4WH6 for ; Wed, 12 Nov 2014 01:18:44 +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-oi0-f74.google.com (mail-oi0-f74.google.com [209.85.218.74]) by theia.denx.de (Postfix) with ESMTPS id EFC1B4B5D5 for ; Wed, 12 Nov 2014 01:18:39 +0100 (CET) Received: by mail-oi0-f74.google.com with SMTP id u20so1553414oif.3 for ; Tue, 11 Nov 2014 16:18:38 -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:in-reply-to :references; bh=Jk706Zc5On9fmPA1YXnhvNjgij5Kyx8VzU8V9yNeSjk=; b=iT82m4dlAwXs24joAWWTjEI26qfSX/NWeBaYV22WV74cchMmZdAIDDIWBoWSNf81qB lhocnRgZBigrx3cS5Rff5prroUgupHZDVn+HxGnl9COeW7kiQC5shEpnFyXaFVfW0B2E bWswSCpZO9OtFEyJfdueZEXbBEqhkOfnkbJzI1KWOq4SXYEL0YQcodY+bGXNJToch0pr bhOU02MG6hhat/bQGYRsxsvDBKpJX2HnO+esBPcKIVPEfI0+KXlDQBk7o6b8gUBpR3w4 pXNJ3xJDtjOyfgW9mzX0hKAKGuCYAWHgEW76MZu/ZLXjujXE6S6MTPo7Tj7oOh5VsWxk JLsQ== X-Gm-Message-State: ALoCoQkLvmvVoeiO2pQZ0ztW8+68HKG6LOTutb/SVMlObUmW5mRd3FkZQ9Nl2CprfN7DGJLWRxWg X-Received: by 10.182.91.79 with SMTP id cc15mr34538198obb.31.1415751518606; Tue, 11 Nov 2014 16:18:38 -0800 (PST) Received: from corpmail-nozzle1-1.hot.corp.google.com ([100.108.1.104]) by gmr-mx.google.com with ESMTPS id s23si864440yhf.0.2014.11.11.16.18.38 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 11 Nov 2014 16:18:38 -0800 (PST) Received: from kaki.bld.corp.google.com ([172.29.216.32]) by corpmail-nozzle1-1.hot.corp.google.com with ESMTP id ULnc0RVN.1; Tue, 11 Nov 2014 16:18:38 -0800 Received: by kaki.bld.corp.google.com (Postfix, from userid 121222) id 72B54221004; Tue, 11 Nov 2014 17:18:37 -0700 (MST) From: Simon Glass To: U-Boot Mailing List Date: Tue, 11 Nov 2014 17:17:56 -0700 Message-Id: <1415751501-23407-9-git-send-email-sjg@chromium.org> X-Mailer: git-send-email 2.1.0.rc2.206.gedb03e5 In-Reply-To: <1415751501-23407-1-git-send-email-sjg@chromium.org> References: <1415751501-23407-1-git-send-email-sjg@chromium.org> Cc: Graeme Russ Subject: [U-Boot] [PATCH 08/33] WIP: x86: Drop u-boot.srec from the Makefile X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.13 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 This is not needed on x86 and creates a 4GB file due to the addressing used on x86. This needs to be investigated. Signed-off-by: Simon Glass --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fb72c29..c54a2f1 100644 --- a/Makefile +++ b/Makefile @@ -722,7 +722,10 @@ DO_STATIC_RELA = endif # Always append ALL so that arch config.mk's can add custom ones -ALL-y += u-boot.srec u-boot.bin System.map binary_size_check +ALL-y += u-boot.bin System.map binary_size_check +ifeq ($(CONFIG_X86),) +ALL-y += u-boot.srec +endif ALL-$(CONFIG_ONENAND_U_BOOT) += u-boot-onenand.bin ifeq ($(CONFIG_SPL_FSL_PBL),y)