Re: [U-Boot] [PATCH v2 3/3] ARM: qemu-arm: define fdt_addr_r

2018-10-24 Thread Tuomas Tynkkynen
Hi Takahiro, On Mon, 22 Oct 2018 13:40:07 +0900 AKASHI Takahiro wrote: > This variable, fdt_addr_t, is missing in the current qemu-arm.h while > it seems to be mandatory, at least, to run distro_bootcmd as expected. > So just add its definition. A size of 1MB would be enough. > > Signed-off-by:

[U-Boot] [PATCH v2 3/3] ARM: qemu-arm: define fdt_addr_r

2018-10-21 Thread AKASHI Takahiro
This variable, fdt_addr_t, is missing in the current qemu-arm.h while it seems to be mandatory, at least, to run distro_bootcmd as expected. So just add its definition. A size of 1MB would be enough. Signed-off-by: AKASHI Takahiro --- include/configs/qemu-arm.h | 1 + 1 file changed, 1 insertion