From patchwork Thu Oct 1 17:43:31 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Harkin X-Patchwork-Id: 525207 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 58C24140D6D for ; Fri, 2 Oct 2015 03:44:34 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id CD2E04B983; Thu, 1 Oct 2015 19:44:17 +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 QBgw2CIqHzXJ; Thu, 1 Oct 2015 19:44:17 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 558564B9B2; Thu, 1 Oct 2015 19:44:01 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 409684B97E for ; Thu, 1 Oct 2015 19:43:53 +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 ZPd1rfuSMgJs for ; Thu, 1 Oct 2015 19:43:53 +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 mail-wi0-f174.google.com (mail-wi0-f174.google.com [209.85.212.174]) by theia.denx.de (Postfix) with ESMTPS id 685F54B927 for ; Thu, 1 Oct 2015 19:43:49 +0200 (CEST) Received: by wicfx3 with SMTP id fx3so1436375wic.1 for ; Thu, 01 Oct 2015 10:43:49 -0700 (PDT) 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=pOn5D1hlw8vOU0wUaf/sCUzolXa5uLhq0rH7GbQbeog=; b=NYmsxQzTv1uFHpxj1WFsWK324XTONVXVWxzCvCMySiiOBzF+DG/SNhMFV8BNarm6C5 FyUSMdufoTDkFH03zOS5XrtNH+X1tisa/oK6uhxIxjbrDcYZk4waGGDG1ZlJfBXUElLo 6MzTtjm4Wdl6TsCIpPwlE2pbvX3/eL37hkSSQ09f6bPau/a86oZvwUkAVaYMOFFhXd2Q KjxZ+6TdaoZh+moKENJ2lT+Ket/oR+KT6UygumZuquJUJ+0ak+ivmZ+HeNX90J4ehxDi pWFbUac+Oo1vpbaNMm+lU5b0XtiFiLUgkCya0TzqHICmBNm9OH1++AA8fM4OSWiootBz m6Gg== X-Gm-Message-State: ALoCoQkyAkG1nxThEoG/ibx7D7ZiMPGINMtLtMJqMbSicVV1Tel9xAvc1UECUlNi7Z/3qKnopgHg X-Received: by 10.180.149.167 with SMTP id ub7mr35625wib.43.1443721429707; Thu, 01 Oct 2015 10:43:49 -0700 (PDT) Received: from localhost.localdomain (82-69-54-187.dsl.in-addr.zen.co.uk. [82.69.54.187]) by smtp.gmail.com with ESMTPSA id xt1sm7198426wjb.32.2015.10.01.10.43.48 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 01 Oct 2015 10:43:49 -0700 (PDT) From: Ryan Harkin To: ryan.harkin@linaro.org, u-boot@lists.denx.de, Albert Aribaud , Tom Rini Date: Thu, 1 Oct 2015 18:43:31 +0100 Message-Id: <1443721416-725-6-git-send-email-ryan.harkin@linaro.org> X-Mailer: git-send-email 2.1.0 In-Reply-To: <1443721416-725-1-git-send-email-ryan.harkin@linaro.org> References: <1443721416-725-1-git-send-email-ryan.harkin@linaro.org> Cc: Steve Rae Subject: [U-Boot] [PATCH v3 05/10] vexpress64: juno: add androidboot.hardware=juno 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" Linaro's Juno Android builds requires the androidboot.hardware parameter be set to a know board name. Non-Android kernels ignore this extra parameter because they don't contain code to parse it. Signed-off-by: Ryan Harkin Reviewed-by: Linus Walleij CC: David Feng CC: Bhupesh Sharma CC: Linus Walleij --- include/configs/vexpress_aemv8a.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/vexpress_aemv8a.h b/include/configs/vexpress_aemv8a.h index 0228732..5198b32 100644 --- a/include/configs/vexpress_aemv8a.h +++ b/include/configs/vexpress_aemv8a.h @@ -198,6 +198,7 @@ "rootwait "\ "earlyprintk=pl011,0x7ff80000 debug "\ "user_debug=31 "\ + "androidboot.hardware=juno "\ "loglevel=9" /* Copy the kernel and FDT to DRAM memory and boot */