From patchwork Tue Sep 29 15:47:15 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Harkin X-Patchwork-Id: 523926 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 D0F181402B0 for ; Wed, 30 Sep 2015 01:48:20 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 84EFD4B8B4; Tue, 29 Sep 2015 17:48:14 +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 3PdDAJjnQhb3; Tue, 29 Sep 2015 17:48:14 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 8C3214B8F6; Tue, 29 Sep 2015 17:47:56 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 5EBC64B8D3 for ; Tue, 29 Sep 2015 17:47:44 +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 dB3J5ycrc3Do for ; Tue, 29 Sep 2015 17:47:44 +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-f179.google.com (mail-wi0-f179.google.com [209.85.212.179]) by theia.denx.de (Postfix) with ESMTPS id 900324B8C8 for ; Tue, 29 Sep 2015 17:47:41 +0200 (CEST) Received: by wiclk2 with SMTP id lk2so157725543wic.0 for ; Tue, 29 Sep 2015 08:47:40 -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=RPa+Vj3itqjzSiVTnMCk+lEDAdruB2lp8AO3iSOajcM=; b=cHDb63Bu3LF9w78pY6XsjAMs1dHPJBUP9FsNc72JiR0ZxexQWfbZgAyglQnR12EpLM T4dJb7IUGUnGt2nHmTfT0+NcDFFoe+RQtckwWTcmvnkTUR5+7iHpYCc2eP2C3L88QwV6 YVC6G1hsS08c1CBvTyaAuHcvzV7EgmiLhGg+byHZZkMRIvOa4A+2PEFT80NJ+8s4FS5f 5rvalcco4cqfjAFxM3XDPgrl4tIXILPHtbd9twB0OBP1gpKr3JDHylI74QTJ9OzGALqG UpttKIAU2/Gt8J58biTYsVBCS/ahyMEeLUjwH30clHHpeYGvj5K8Jc+M/aF4Atm2ASub 6W6Q== X-Gm-Message-State: ALoCoQnmIRSlSfoRjfzVbhvz8I91DxZJ6yUyKz23ZViIt18zITUJIe8eZSEj52VUJlu2K79bvDUb X-Received: by 10.180.104.38 with SMTP id gb6mr24864417wib.86.1443541660747; Tue, 29 Sep 2015 08:47:40 -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 kb9sm24555824wjb.49.2015.09.29.08.47.39 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 29 Sep 2015 08:47:40 -0700 (PDT) From: Ryan Harkin To: ryan.harkin@linaro.org, u-boot@lists.denx.de, Albert Aribaud , Tom Rini Date: Tue, 29 Sep 2015 16:47:15 +0100 Message-Id: <1443541640-7810-6-git-send-email-ryan.harkin@linaro.org> X-Mailer: git-send-email 2.1.0 In-Reply-To: <1443541640-7810-1-git-send-email-ryan.harkin@linaro.org> References: <1443541640-7810-1-git-send-email-ryan.harkin@linaro.org> Cc: Steve Rae Subject: [U-Boot] [PATCH v2 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 --- 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 c1e2e11..f9fa2ce 100644 --- a/include/configs/vexpress_aemv8a.h +++ b/include/configs/vexpress_aemv8a.h @@ -200,6 +200,7 @@ "rootwait "\ "earlyprintk=pl011,0x7ff80000 debug "\ "user_debug=31 "\ + "androidboot.hardware=juno "\ "loglevel=9" /* Copy the kernel and FDT to DRAM memory and boot */