From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nishanth Menon Date: Tue, 6 Oct 2020 14:05:06 -0500 Subject: [PATCH 4/5] configs: am65x_evm: Get rid of overlayaddr In-Reply-To: <20201006190507.13346-1-nm@ti.com> References: <20201006190507.13346-1-nm@ti.com> Message-ID: <20201006190507.13346-5-nm@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Now that we are all clear of users of overlayaddr, get rid of it. Signed-off-by: Nishanth Menon --- include/configs/am65x_evm.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/configs/am65x_evm.h b/include/configs/am65x_evm.h index 19dc1a537e6a..9eed0ea203a9 100644 --- a/include/configs/am65x_evm.h +++ b/include/configs/am65x_evm.h @@ -69,7 +69,6 @@ "findfdt=" \ "setenv name_fdt k3-am654-base-board.dtb;" \ "setenv fdtfile ${name_fdt}\0" \ - "overlayaddr=${dtboaddr}\0" \ "name_kern=Image\0" \ "console=ttyS2,115200n8\0" \ "stdin=serial,usbkbd\0" \ -- 2.28.0