From mboxrd@z Thu Jan 1 00:00:00 1970 From: Derald D. Woods Date: Thu, 28 Dec 2017 01:25:43 -0600 Subject: [U-Boot] [PATCH] ARM: omap3: evm: Do not relocate FDT address Message-ID: <20171228072543.1122-1-woods.technical@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 This commit keeps the 'fdtaddr' as provided by DEFAULT_LINUX_BOOT_ENV. Signed-off-by: Derald D. Woods --- include/configs/omap3_evm.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/omap3_evm.h b/include/configs/omap3_evm.h index 629d60b961..d95ccdf035 100644 --- a/include/configs/omap3_evm.h +++ b/include/configs/omap3_evm.h @@ -127,6 +127,7 @@ "fdtfile=" CONFIG_DEFAULT_FDT_FILE "\0" \ "mtdids=" CONFIG_MTDIDS_DEFAULT "\0" \ "mtdparts=" CONFIG_MTDPARTS_DEFAULT "\0" \ + "fdt_high=0xffffffff\0" \ "bootenv=uEnv.txt\0" \ "optargs=\0" \ "mmcdev=0\0" \ -- 2.15.1