From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anand Moon Date: Mon, 1 Apr 2019 11:52:31 +0000 Subject: [U-Boot] [RFC 5/6] arm: exynos: odroid: fix the confict scripaddr extra env setting In-Reply-To: <20190401115232.453-1-linux.amoon@gmail.com> References: <20190401115232.453-1-linux.amoon@gmail.com> Message-ID: <20190401115232.453-6-linux.amoon@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de fix the confict of scriptaddr address with ramdisk_addr_r also add missing pxefile_addr_r u-boot extras env setting. Signed-off-by: Anand Moon --- include/configs/odroid.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/configs/odroid.h b/include/configs/odroid.h index d8d30c0f62..64819cf81c 100644 --- a/include/configs/odroid.h +++ b/include/configs/odroid.h @@ -169,9 +169,10 @@ "consoleoff=set console console=ram; save; reset\0" \ "initrdname=uInitrd\0" \ "ramdisk_addr_r=0x42000000\0" \ - "scriptaddr=0x42000000\0" \ "fdt_addr_r=0x40800000\0" \ "kernel_addr_r=0x41000000\0" \ + "scriptaddr=0x50000000\0" \ + "pxefile_addr_r=0x51000000\0" \ BOOTENV /* GPT */ -- 2.21.0