Re: [U-Boot] [PATCH] sandbox: fix build error due to missing struct udevice definition

2019-10-11 Thread sjg
On Thu, 3 Oct 2019 at 21:41, AKASHI Takahiro wrote: > > Without this patch, compiling may potentially fail. > > Signed-off-by: AKASHI Takahiro > --- > arch/sandbox/include/asm/u-boot-sandbox.h | 2 ++ > 1 file changed, 2 insertions(+) Reviewed-by: Simon Glass Applied to u-boot-dm, thanks!

Re: [U-Boot] [PATCH] sandbox: fix build error due to missing struct udevice definition

2019-10-10 Thread Simon Glass
On Thu, 3 Oct 2019 at 21:41, AKASHI Takahiro wrote: > > Without this patch, compiling may potentially fail. > > Signed-off-by: AKASHI Takahiro > --- > arch/sandbox/include/asm/u-boot-sandbox.h | 2 ++ > 1 file changed, 2 insertions(+) Reviewed-by: Simon Glass

[U-Boot] [PATCH] sandbox: fix build error due to missing struct udevice definition

2019-10-03 Thread AKASHI Takahiro
Without this patch, compiling may potentially fail. Signed-off-by: AKASHI Takahiro --- arch/sandbox/include/asm/u-boot-sandbox.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/sandbox/include/asm/u-boot-sandbox.h b/arch/sandbox/include/asm/u-boot-sandbox.h index