From patchwork Fri Oct 9 16:18:03 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Harkin X-Patchwork-Id: 528297 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 B8DD21402A8 for ; Sat, 10 Oct 2015 03:19:25 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 91AA84B898; Fri, 9 Oct 2015 18:19:22 +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 hEV8RVNPoOGJ; Fri, 9 Oct 2015 18:19:22 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 2CA0D4B8DA; Fri, 9 Oct 2015 18:18:56 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 2A5284B88F for ; Fri, 9 Oct 2015 18:18:29 +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 qDA_D2jEcvDd for ; Fri, 9 Oct 2015 18:18:29 +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 A373E4B88E for ; Fri, 9 Oct 2015 18:18:25 +0200 (CEST) Received: by wiclk2 with SMTP id lk2so77541148wic.0 for ; Fri, 09 Oct 2015 09:18:24 -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=beB93Nx9FBiCBf+nUmKtg3YsMDLznUx2YPzXVBG6bI+5jFpqbiZqMKZlceVs3+SM6v B2M3nOotir2LPxcBmDoeUXE6doj/uct6WbCKLHFSpnodHCVmSjh41V/ziQPVp27skUEk lDDX8yYs4oHuA5Xp4ZxUJABNqDqtaIJzUUXa06G1AcyZbq56fWquQz7sqDfYpLMQgIDx OSK9T+aX3mYklPz0iwZtiqmEb+beFIyudTzU0rzkCMir19ZUVcPs0aIzoDONguGQMzUN cTGZrzSwlP/gC5yyZDTGe9sdpZMPtohZKz3I62W713a4CX4aa3e6l833FqEv/BGwL0Vu YSSw== X-Gm-Message-State: ALoCoQl5SQ9EJSHbKogO4c3r5r3B42Bc0GCY8qHcHv5iCAkfHEtd9PGhFEKMU8ES0bXkUY7+rFmB X-Received: by 10.180.88.164 with SMTP id bh4mr167721wib.18.1444407504707; Fri, 09 Oct 2015 09:18:24 -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 bf8sm2942173wjc.22.2015.10.09.09.18.23 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 09 Oct 2015 09:18:24 -0700 (PDT) From: Ryan Harkin To: ryan.harkin@linaro.org, u-boot@lists.denx.de, Albert Aribaud , Tom Rini Date: Fri, 9 Oct 2015 17:18:03 +0100 Message-Id: <1444407488-32646-6-git-send-email-ryan.harkin@linaro.org> X-Mailer: git-send-email 2.1.0 In-Reply-To: <1444407488-32646-1-git-send-email-ryan.harkin@linaro.org> References: <1444407488-32646-1-git-send-email-ryan.harkin@linaro.org> Cc: Steve Rae Subject: [U-Boot] [PATCH v4 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 */