Re: [U-Boot] [PATCH 1/1] efi_loader: helloworld.c: remove superfluous include

2017-11-08 Thread Heinrich Schuchardt
On 09/05/2017 09:41 AM, Alexander Graf wrote: On 04.09.17 09:25, Heinrich Schuchardt wrote: Remove a superfluous include from helloworld.c Signed-off-by: Heinrich Schuchardt This patch breaks compilation:   https://travis-ci.org/agraf/u-boot/jobs/271837141 I'll

Re: [U-Boot] [PATCH 1/1] efi_loader: helloworld.c: remove superfluous include

2017-09-05 Thread Alexander Graf
On 04.09.17 09:25, Heinrich Schuchardt wrote: Remove a superfluous include from helloworld.c Signed-off-by: Heinrich Schuchardt This patch breaks compilation: https://travis-ci.org/agraf/u-boot/jobs/271837141 I'll remove it from my queue again (and thus rebase it).

[U-Boot] [PATCH 1/1] efi_loader: helloworld.c: remove superfluous include

2017-09-04 Thread Heinrich Schuchardt
Remove a superfluous include from helloworld.c Signed-off-by: Heinrich Schuchardt --- lib/efi_loader/helloworld.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/efi_loader/helloworld.c b/lib/efi_loader/helloworld.c index 03e65ab133..77130a36dd 100644 ---