From patchwork Wed Sep 23 17:25:33 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Harkin X-Patchwork-Id: 521781 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 1A5C81402ED for ; Thu, 24 Sep 2015 03:26:24 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 970074B935; Wed, 23 Sep 2015 19:26:20 +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 aTrgvLR-q3xG; Wed, 23 Sep 2015 19:26:20 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 3BCCD4B930; Wed, 23 Sep 2015 19:26:19 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 712214B941 for ; Wed, 23 Sep 2015 19:26:16 +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 pvoShtT2T3zL for ; Wed, 23 Sep 2015 19:26:16 +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-f43.google.com (mail-pa0-f43.google.com [209.85.220.43]) by theia.denx.de (Postfix) with ESMTPS id 0FC2B4B932 for ; Wed, 23 Sep 2015 19:26:10 +0200 (CEST) Received: by pacgz1 with SMTP id gz1so11857401pac.3 for ; Wed, 23 Sep 2015 10:26:09 -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=ka+fu0ZgywNkkDFR2/pcdRGw74QdgFLGIIdIVokuUBw=; b=JhQ0zyuHGgyo6H8gb8Oks01OdYQVmqwAHS4rehQyVf19GAmRq3YDdfHnPfIY4W9O77 iI/h1/QXtP2POsIUuM9TLBdIxJzsG9mVJsm/V0a26VzwDekB/zZUPKHdZ7Tleg3kK4Ox 1XbszzYySIrf/7JuE+zp5s40J0Pw15/9lQpbVzjkO03lPt1Vy99rYLpFVS209u1av4XO 12JSu8EM6zQE70ODgj4IQL6bC7VLLfVE3Dp3zXdM6L5/UjWsgd+HW4WOKntF4z/kmNR4 y+LZPjXakCUhKiFJhu8TZVMzVbzhFi+bVrwf79UK7EJAVEKaWf4PGf6Nlt2jp1umpSZ2 xt1Q== X-Gm-Message-State: ALoCoQk7VFeiFumU1WLRqcgWpodMubVBUhoJTP7Rh7btPdTS2Sd/oDerAxW5+qN73Vn9x2TbD4RA X-Received: by 10.68.183.5 with SMTP id ei5mr22250208pbc.124.1443029169273; Wed, 23 Sep 2015 10:26:09 -0700 (PDT) Received: from localhost.localdomain ([70.35.39.2]) by smtp.gmail.com with ESMTPSA id fm5sm9061765pab.24.2015.09.23.10.26.05 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 23 Sep 2015 10:26:08 -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:33 -0700 Message-Id: <1443029143-22313-2-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 01/11] vexpress64: fix checkpatch warnings 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" This patch fixes a couple of checkpatch warnings on the vexpress64 config. Signed-off-by: Ryan Harkin CC: David Feng CC: Bhupesh Sharma CC: Linus Walleij --- include/configs/vexpress_aemv8a.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/include/configs/vexpress_aemv8a.h b/include/configs/vexpress_aemv8a.h index 6107c64..53b0f74 100644 --- a/include/configs/vexpress_aemv8a.h +++ b/include/configs/vexpress_aemv8a.h @@ -194,7 +194,8 @@ #define CONFIG_BOOTARGS "console=ttyAMA0,115200n8 " \ "root=/dev/sda1 rw " \ "rootwait "\ - "earlyprintk=pl011,0x7ff80000 debug user_debug=31 "\ + "earlyprintk=pl011,0x7ff80000 debug "\ + "user_debug=31 "\ "loglevel=9" /* Copy the kernel and FDT to DRAM memory and boot */ @@ -222,7 +223,8 @@ #define CONFIG_BOOTCOMMAND "smhload ${kernel_name} ${kernel_addr}; " \ "smhload ${fdt_name} ${fdt_addr}; " \ - "smhload ${initrd_name} ${initrd_addr} initrd_end; " \ + "smhload ${initrd_name} ${initrd_addr} "\ + "initrd_end; " \ "fdt addr ${fdt_addr}; fdt resize; " \ "fdt chosen ${initrd_addr} ${initrd_end}; " \ "booti $kernel_addr - $fdt_addr"