From patchwork Sat Feb 17 00:26:08 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marek Vasut X-Patchwork-Id: 874716 X-Patchwork-Delegate: marek.vasut@gmail.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="cBgo1I+V"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 3zjrVW5b9Jz9s78 for ; Sat, 17 Feb 2018 11:29:23 +1100 (AEDT) Received: by lists.denx.de (Postfix, from userid 105) id 54E3AC2206D; Sat, 17 Feb 2018 00:28:08 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=FREEMAIL_FROM, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id A8EF3C22060; Sat, 17 Feb 2018 00:27:52 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 8B03BC220C6; Sat, 17 Feb 2018 00:26:39 +0000 (UTC) Received: from mail-wm0-f67.google.com (mail-wm0-f67.google.com [74.125.82.67]) by lists.denx.de (Postfix) with ESMTPS id 08E9FC22027 for ; Sat, 17 Feb 2018 00:26:14 +0000 (UTC) Received: by mail-wm0-f67.google.com with SMTP id b21so5852390wme.4 for ; Fri, 16 Feb 2018 16:26:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id; bh=BZ2NI6jCEpKnK+wFOIiX3nyG4sihIKLInt0gvecdxKM=; b=cBgo1I+V1OAWmAR4aFx54u3b/s5ainelQl5cRiONdml1R3JmDvnzchBWw59cviYirN WhDBrL0go0ggvaeJbxjLqqi4lYzy1LYcQmO7GXYp9N24YOsSiHKFWqICJ9rI+8krmDcS dOm6flVKZ/+Xa0KbGwufhOjxNssuZaBW8Dc5A5BC2XB1wilaWsy8OKLQ7tof+kGbFEfm PUe5JLEH5zsJX7DTjoeJXwCzcuOpwGd2UBg9xPgFMoZNjEtJJQXpZ1jbF+daLHCgscHD q3tyTHtB9RMREPuJaZhNKGHbb3j64nqq6AtlkatfMh54ikBdIZ25RUsVb28oWdkZis0w i37w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=BZ2NI6jCEpKnK+wFOIiX3nyG4sihIKLInt0gvecdxKM=; b=SFWMH/DdT4Og+hE+MhLlShyhnDRJ8jBVQsi2pUwA4aOLrh1Udn7iqn8hthUml/aLd1 X387eQoBpRwWr9PNdnzpgrCrzkKGz9Xy6pIlyJt8G3q0zNbwNwtZxrJcj94a2pILOFcP QRrZgwafMvBsc9Ay7e15AoLpPCiJPnsCAsFffamdbFRPpHnJm6c2Ht5WOdF2cGU0sLuK iKb7QxX5ESh++YexBuSFqVbyt3gMxMV9u7zonDb3pA0o2IyhXPJcEbnhfL/XLuaN/U0V OL/JHhR61siDC6qgvzAkGfuCKJQ8iUt20coOlK7zDaepyr9HnWYec1wFFSMS6sYySP9O p2Nw== X-Gm-Message-State: APf1xPCXKFCwsoMQojYFLBbSXIc6l3FGTAl98pig6izSEycYq+88bdtt vZxzGHddelc5DLnzMShtK0iRhyo0 X-Google-Smtp-Source: AH8x225x71dn0n7y8YccPDB1k7vDL4ZOm7m5ZFb9SVlOUk2x2amrF/Iyg8Qp6MLONnSALRBaAYMJuA== X-Received: by 10.28.185.196 with SMTP id j187mr6478468wmf.94.1518827173359; Fri, 16 Feb 2018 16:26:13 -0800 (PST) Received: from kurokawa.lan (ip-86-49-107-50.net.upcbroadband.cz. [86.49.107.50]) by smtp.gmail.com with ESMTPSA id c14sm7450501wmh.2.2018.02.16.16.26.12 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 16 Feb 2018 16:26:12 -0800 (PST) From: Marek Vasut X-Google-Original-From: Marek Vasut To: u-boot@lists.denx.de Date: Sat, 17 Feb 2018 01:26:08 +0100 Message-Id: <20180217002608.27447-1-marek.vasut+renesas@gmail.com> X-Mailer: git-send-email 2.15.1 Cc: Marek Vasut Subject: [U-Boot] [PATCH] ARM: rmobile: Set FDT/initramfs limits on Porter X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 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" Set those limits to inform U-Boot about FDT and initramfs placement. Signed-off-by: Marek Vasut Cc: Nobuhiro Iwamatsu --- include/configs/porter.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/configs/porter.h b/include/configs/porter.h index 758ed21c15..1816f2fd76 100644 --- a/include/configs/porter.h +++ b/include/configs/porter.h @@ -63,6 +63,10 @@ #define CONFIG_SYS_I2C_POWERIC_ADDR 0x58 /* da9063 */ +#define CONFIG_EXTRA_ENV_SETTINGS \ + "fdt_high=0xffffffff\0" \ + "initrd_high=0xffffffff\0" + /* SPL support */ #define CONFIG_SPL_TEXT_BASE 0xe6304000 #define CONFIG_SPL_STACK 0xe6340000