From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nishanth Menon Date: Wed, 7 Oct 2020 21:48:00 -0500 Subject: [PATCH V2 3/4] configs: j721e_evm: Get rid of overlayaddr In-Reply-To: <20201008024801.11583-1-nm@ti.com> References: <20201008024801.11583-1-nm@ti.com> Message-ID: <20201008024801.11583-4-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 dont have any further users of overlayaddr, get rid of it. Signed-off-by: Nishanth Menon --- Changes since V1: - reordered to be patch #3, no functional changes V1: https://patchwork.ozlabs.org/project/uboot/patch/20201006190507.13346-6-nm at ti.com/ include/configs/j721e_evm.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/configs/j721e_evm.h b/include/configs/j721e_evm.h index 820e51378260..b707fc4e899f 100644 --- a/include/configs/j721e_evm.h +++ b/include/configs/j721e_evm.h @@ -69,7 +69,6 @@ "findfdt=" \ "setenv name_fdt ${default_device_tree};" \ "setenv fdtfile ${name_fdt}\0" \ - "overlayaddr=${dtboaddr}\0" \ "name_kern=Image\0" \ "console=ttyS2,115200n8\0" \ "args_all=setenv optargs earlycon=ns16550a,mmio32,0x02800000 " \ -- 2.28.0