From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 375FAC433EF for ; Wed, 26 Jan 2022 21:56:29 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id E540B82133; Wed, 26 Jan 2022 22:56:26 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="CzT/Ye1C"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id D5A6382133; Wed, 26 Jan 2022 22:56:25 +0100 (CET) Received: from mail-wr1-x431.google.com (mail-wr1-x431.google.com [IPv6:2a00:1450:4864:20::431]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 8962D81E25 for ; Wed, 26 Jan 2022 22:56:23 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=oliver.graute@gmail.com Received: by mail-wr1-x431.google.com with SMTP id c23so1340006wrb.5 for ; Wed, 26 Jan 2022 13:56:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id; bh=vNkbDMHeCsLYH9OpUp0K1yak3aY16hzTxYVohMDgd90=; b=CzT/Ye1C2pDh2BMKPaCxTKgqGi3amgt8TADR7TEC5kmY6BMcQ2LApP5VbHZZrnYty/ wI7ta2DHzsWe380dvpqa/RuF+VKfizMw3wW8vYCh4f9Fkgo3KByO/Nf3tm8Wv6PiFuYr tfvqROcazjov71cXBFfoOX4e+u3aSVFNt+1Qpp0vKIDn3VmRs+8fpejIh69KENVgFWyM LUILmtes1ALv0T0dQOlxB/VnbHDcGxTUiMw73rw3DAICHT+XTMREErEI75PS5A+rXYpY egp9AmilrtgN0pmzfDiP+2JQPSPWJndah+tABNyT8bA4WOsrswOWu+zXo3jQ9oYpRP4u eAgg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=vNkbDMHeCsLYH9OpUp0K1yak3aY16hzTxYVohMDgd90=; b=Fzr0eVkmw/oUR3snfNCEeQDzbaqFfUakqP2iyS1qzzHoERMd33nXawBhXRR54O/tlf 073hXV7Br59nsUS8yt4pkCqplyVF74lFXb1XQjtwDIFh65cuczicbSlWld004PF7j+XY OCc/zcepHcQpbR0QMVbnth3fvEUUtrjq8nHXBik+ldFACsUwlUNGXz1Yg+8CZ3YSYUqU FajlLHn1QoY5rXhQ09yuHjHmCZ7ImINEVOvbnJr4AlVuM2fRF0eUhZsa1stjemMhT6mY Boyy3aqAx4cIoZnrvIZpW1xtjZELW3xxkuW0HZvzJ0zy7WoUpfU6A1Nsh55id477fPAh PoUg== X-Gm-Message-State: AOAM5316ZYmvUx/BtRZ3YFUm/5GQnWqlndrJ+8tcECF/6hGgukdDWpGm LF+QANt6ccCSIeN+cj5UbX8= X-Google-Smtp-Source: ABdhPJx1E3R7eCN/iPCuMjjiqPeYTbXxSzlG0Pa9XrznI8dcPRZg2f7xH2BnixcTzwa0XL61XQdr7g== X-Received: by 2002:a5d:6e88:: with SMTP id k8mr463318wrz.384.1643234183105; Wed, 26 Jan 2022 13:56:23 -0800 (PST) Received: from localhost (ipv6-a95094929aab64af.ost.clients.hamburg.freifunk.net. [2a03:2267:4:0:a950:9492:9aab:64af]) by smtp.gmail.com with ESMTPSA id j19sm5048493wmq.17.2022.01.26.13.56.22 (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Wed, 26 Jan 2022 13:56:22 -0800 (PST) From: Oliver Graute To: sbabic@denx.de Cc: festevam@gmail.com, peng.fan@nxp.com, sjg@chromium.org, ye.li@nxp.com, uboot-imx@nxp.com, Oliver Graute , Oliver Graute , u-boot@lists.denx.de Subject: [PATCH v1 2/2] imx: imx8qm_rm7720: adjust fdt_addr Date: Wed, 26 Jan 2022 22:56:07 +0100 Message-Id: <20220126215608.15582-1-oliver.graute@gmail.com> X-Mailer: git-send-email 2.17.1 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.5 at phobos.denx.de X-Virus-Status: Clean The Linux Kernel Image size for arm64 is still growing. A Kernel with 54 MB at load address 0x80280000 overlaps with fdt_addr at 0x83000000. So let's increase it to 0x84000000 Signed-off-by: Oliver Graute --- include/configs/imx8qm_rom7720.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/imx8qm_rom7720.h b/include/configs/imx8qm_rom7720.h index 31d861481f..3c905b1446 100644 --- a/include/configs/imx8qm_rom7720.h +++ b/include/configs/imx8qm_rom7720.h @@ -61,7 +61,7 @@ "image=Image\0" \ "panel=NULL\0" \ "console=ttyLP0\0" \ - "fdt_addr=0x83000000\0" \ + "fdt_addr=0x84000000\0" \ "boot_fdt=try\0" \ "fdt_file=imx8qm-rom7720-a1.dtb\0" \ "initrd_addr=0x83800000\0" \ -- 2.17.1