From patchwork Fri Dec 20 17:25:49 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 22691 Return-Path: X-Original-To: linaro@patches.linaro.org Delivered-To: linaro@patches.linaro.org Received: from mail-ob0-f200.google.com (mail-ob0-f200.google.com [209.85.214.200]) by ip-10-151-82-157.ec2.internal (Postfix) with ESMTPS id 29D67202AE for ; Fri, 20 Dec 2013 17:25:58 +0000 (UTC) Received: by mail-ob0-f200.google.com with SMTP id wm4sf10985793obc.11 for ; Fri, 20 Dec 2013 09:25:57 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:delivered-to:from:to:cc:subject :date:message-id:x-original-sender:x-original-authentication-results :precedence:mailing-list:list-id:list-post:list-help:list-archive :list-unsubscribe; bh=i/yX/chc6BM48eQemcw+vc3NFQU5b3aTlwWx2wlnsBc=; b=EPD+anBW/Ma1oQOxHMLsgPRhe5pC0EfopILFmWP94PEHnoRFGujx1h4wU6vGS/Eg1B +3YqF6HKBflOaPVDGvWSxSjdtUg3s/QsJhFXjv8QpfqlaFtxsN9hXVN6X6FlIDGC5Wkq FJd0OEHwO7bqKWaYObf+BpoXgh/zwGEC2kK22Cu2sDMts2QYoC1VEt9ioGFAd/YGH8g5 5hPf9HXK61R8XUPymip2A4YARmrbM8R0/8TsGYwzOawZNDGvpNwtgMD8pNDrU6VQE7aH zWloFUOKHDtljRSJaNRjbWxCqhneXFU437HfbYqUY8Re53gmfA1UGTZ4MIv7fQzz5s6g XIcQ== X-Gm-Message-State: ALoCoQkNPjpA++Mxft0iqmFDbj8G2y0gktjhCmfnxYaUv926eUuKj6i5drlza57G681F56YSIABw X-Received: by 10.182.186.73 with SMTP id fi9mr3848153obc.48.1387560357281; Fri, 20 Dec 2013 09:25:57 -0800 (PST) MIME-Version: 1.0 X-BeenThere: patchwork-forward@linaro.org Received: by 10.49.0.131 with SMTP id 3ls882804qee.70.gmail; Fri, 20 Dec 2013 09:25:57 -0800 (PST) X-Received: by 10.52.162.168 with SMTP id yb8mr4725967vdb.8.1387560357157; Fri, 20 Dec 2013 09:25:57 -0800 (PST) Received: from mail-vc0-f170.google.com (mail-vc0-f170.google.com [209.85.220.170]) by mx.google.com with ESMTPS id ph5si1657710veb.14.2013.12.20.09.25.57 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 20 Dec 2013 09:25:57 -0800 (PST) Received-SPF: neutral (google.com: 209.85.220.170 is neither permitted nor denied by best guess record for domain of patch+caf_=patchwork-forward=linaro.org@linaro.org) client-ip=209.85.220.170; Received: by mail-vc0-f170.google.com with SMTP id la4so1623406vcb.15 for ; Fri, 20 Dec 2013 09:25:57 -0800 (PST) X-Received: by 10.221.47.193 with SMTP id ut1mr5671208vcb.8.1387560357084; Fri, 20 Dec 2013 09:25:57 -0800 (PST) X-Forwarded-To: patchwork-forward@linaro.org X-Forwarded-For: patch@linaro.org patchwork-forward@linaro.org Delivered-To: patches@linaro.org Received: by 10.59.13.131 with SMTP id ey3csp77676ved; Fri, 20 Dec 2013 09:25:56 -0800 (PST) X-Received: by 10.152.115.130 with SMTP id jo2mr4199629lab.2.1387560355974; Fri, 20 Dec 2013 09:25:55 -0800 (PST) Received: from mail-la0-f49.google.com (mail-la0-f49.google.com [209.85.215.49]) by mx.google.com with ESMTPS id d9si3824536lad.15.2013.12.20.09.25.55 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 20 Dec 2013 09:25:55 -0800 (PST) Received-SPF: neutral (google.com: 209.85.215.49 is neither permitted nor denied by best guess record for domain of linus.walleij@linaro.org) client-ip=209.85.215.49; Received: by mail-la0-f49.google.com with SMTP id er20so1204223lab.22 for ; Fri, 20 Dec 2013 09:25:55 -0800 (PST) X-Received: by 10.152.143.101 with SMTP id sd5mr1798737lab.26.1387560355322; Fri, 20 Dec 2013 09:25:55 -0800 (PST) Received: from localhost.localdomain ([85.235.11.236]) by mx.google.com with ESMTPSA id tc8sm5197882lbb.9.2013.12.20.09.25.53 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 20 Dec 2013 09:25:54 -0800 (PST) From: Linus Walleij To: linux-arm-kernel@lists.infradead.org, Russell King Cc: Peter Maydell , Linus Walleij Subject: [PATCH 4/5] ARM: versatile: build using EABI Date: Fri, 20 Dec 2013 18:25:49 +0100 Message-Id: <1387560349-21536-1-git-send-email-linus.walleij@linaro.org> X-Mailer: git-send-email 1.8.3.1 X-Removed-Original-Auth: Dkim didn't pass. X-Original-Sender: linus.walleij@linaro.org X-Original-Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.220.170 is neither permitted nor denied by best guess record for domain of patch+caf_=patchwork-forward=linaro.org@linaro.org) smtp.mail=patch+caf_=patchwork-forward=linaro.org@linaro.org Precedence: list Mailing-list: list patchwork-forward@linaro.org; contact patchwork-forward+owners@linaro.org List-ID: X-Google-Group-Id: 836684582541 List-Post: , List-Help: , List-Archive: List-Unsubscribe: , This should work just fine on this purely v5 platform, so let's config it for EABI by default. Signed-off-by: Linus Walleij --- arch/arm/configs/versatile_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/configs/versatile_defconfig b/arch/arm/configs/versatile_defconfig index bb83c099d5a6..6d4c2df44c9c 100644 --- a/arch/arm/configs/versatile_defconfig +++ b/arch/arm/configs/versatile_defconfig @@ -8,6 +8,8 @@ CONFIG_MODULE_UNLOAD=y CONFIG_PARTITION_ADVANCED=y CONFIG_ARCH_VERSATILE=y CONFIG_MACH_VERSATILE_AB=y +CONFIG_AEABI=y +CONFIG_OABI_COMPAT=y CONFIG_ZBOOT_ROM_TEXT=0x0 CONFIG_ZBOOT_ROM_BSS=0x0 CONFIG_CMDLINE="root=1f03 mem=32M"