From patchwork Wed Sep 23 17:25:38 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Harkin X-Patchwork-Id: 521786 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 AB9181402ED for ; Thu, 24 Sep 2015 03:27:19 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id A7CED4B6D1; Wed, 23 Sep 2015 19:27: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 bgkd3JScI4El; Wed, 23 Sep 2015 19:27:17 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id D91C64B92F; Wed, 23 Sep 2015 19:27:16 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 10B4F4B6F9 for ; Wed, 23 Sep 2015 19:27: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 P6xfe2YkYlaq for ; Wed, 23 Sep 2015 19:27:14 +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-pa0-f42.google.com (mail-pa0-f42.google.com [209.85.220.42]) by theia.denx.de (Postfix) with ESMTPS id 302134B928 for ; Wed, 23 Sep 2015 19:27:06 +0200 (CEST) Received: by padhy16 with SMTP id hy16so46138075pad.1 for ; Wed, 23 Sep 2015 10:27:05 -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=o/6uzrzGMlejX5vXBRdQZUcZJUXBjnG6/g9l94H6LNk=; b=eiTCG2moP9TeLOXs+SY0y8H6aUrwuUGydIxuTEv0t4odaKXhkBvMFXokvlV6+N3Ncd Q/M+q67Q3MmR7bHqYOhDdHEyagE1nfLQaoTohhWZ1xe6E2iurzz5KHaP++0dnwXDwahk 8dPtDffnIKpxyHIVphNgZSz4X//ODEv9ZF1uy94W4a3IaADDu/Juph6paUz0Gv/YrIkF FNl4xfhReiU0iSFzAGGMyCyJ9acmXxvvQKQZhmfeo9ovkuGaph6tYpkaAy0BYmDBvWQG CdcjRPUVi2JYs/2fF62vKseixouT45uakIVb2n7VRH9ko0EHAoP7xz77T5Ql36I3W7aN xnWg== X-Gm-Message-State: ALoCoQkGmCDV5WLyuvEAUwV3SO92uHB6rogacANe1obMKOxW6LVJ2fv4w8JsJrxNAVEW4d4ifK0p X-Received: by 10.66.141.238 with SMTP id rr14mr14334745pab.15.1443029225322; Wed, 23 Sep 2015 10:27:05 -0700 (PDT) Received: from localhost.localdomain ([70.35.39.2]) by smtp.gmail.com with ESMTPSA id fm5sm9061765pab.24.2015.09.23.10.27.01 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 23 Sep 2015 10:27:04 -0700 (PDT) From: Ryan Harkin To: ryan.harkin@linaro.org, u-boot@lists.denx.de, Albert Aribaud , Tom Rini Date: Wed, 23 Sep 2015 10:25:38 -0700 Message-Id: <1443029143-22313-7-git-send-email-ryan.harkin@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1443029143-22313-1-git-send-email-ryan.harkin@linaro.org> References: <1443029143-22313-1-git-send-email-ryan.harkin@linaro.org> Cc: Steve Rae Subject: [U-Boot] [PATCH 06/11] 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 */