Re: [U-Boot] [PATCH] vexpress: qemu can load the fdt to ram base

2014-10-21 Thread Gerd Hoffmann
On Di, 2014-10-21 at 12:05 +0200, Gerd Hoffmann wrote: > Check if the fdt is there (happens only when passed via -dtb cmd line > switch to qemu), then setup env accordingly. If present use it. > Otherwise try to load from disk. Oops, wrong patch, correct one just send. It shows what I'm doing tho

[U-Boot] [PATCH] vexpress: qemu can load the fdt to ram base

2014-10-21 Thread Gerd Hoffmann
Check if the fdt is there (happens only when passed via -dtb cmd line switch to qemu), then setup env accordingly. If present use it. Otherwise try to load from disk. Also tweak CONFIG_SYS_LOAD_ADDR and LINUX_BOOT_PARAM_ADDR a bit to avoid them overriding the fdt. --- board/armltd/vexpress/vexpr