From: Derald D. Woods Date: Thu, 28 Dec 2017 07:25:43 +0000 (-0600) Subject: ARM: omap3: evm: Do not relocate FDT address X-Git-Tag: v2018.01-rc3~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2d28ba18b53fc8581c7ed06afcb8c77ec841ac8c;p=platform%2Fkernel%2Fu-boot.git ARM: omap3: evm: Do not relocate FDT address This commit keeps the 'fdtaddr' as provided by DEFAULT_LINUX_BOOT_ENV. Signed-off-by: Derald D. Woods --- diff --git a/include/configs/omap3_evm.h b/include/configs/omap3_evm.h index 42f2153..89159a3 100644 --- a/include/configs/omap3_evm.h +++ b/include/configs/omap3_evm.h @@ -131,6 +131,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" \