[U-Boot] [PATCH] ARM: omap3: evm: Do not relocate FDT address

Tom Rini trini at konsulko.com
Thu Dec 28 15:37:18 UTC 2017


On Thu, Dec 28, 2017 at 01:25:43AM -0600, Derald D. Woods wrote:

> This commit keeps the 'fdtaddr' as provided by DEFAULT_LINUX_BOOT_ENV.
> 
> Signed-off-by: Derald D. Woods <woods.technical at gmail.com>
> ---
>  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" \

What's the problem this solves, and how much memory is on the system in
question?  bootm_size should be ensuring we never relocate it outside of
the first 256MB of memory.  Thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20171228/3300e7d8/attachment.sig>


More information about the U-Boot mailing list