9
0
Fork 0
barebox/arch/efi
Michael Olbrich ee3254569d EFI: add missing include
Otherwise building produces these warnings:
[...]
arch/efi/efi/efi-image.c:48:2: warning: implicit declaration of function 'read_file' [-Wimplicit-function-declaration]
arch/efi/efi/efi-image.c:48:6: warning: assignment makes pointer from integer without a cast [enabled by default]
[...]

And bootm fails for x86_64. The implicit declaration has an int as return
value, so half of the returned address is lost.

Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2014-09-03 15:53:22 +02:00
..
configs Add initial EFI architecture support 2014-07-16 10:46:18 +02:00
efi EFI: add missing include 2014-09-03 15:53:22 +02:00
include Merge branch 'for-next/misc' 2014-08-07 13:13:31 +02:00
lib Add initial EFI architecture support 2014-07-16 10:46:18 +02:00
Kconfig Merge branch 'for-next/misc' 2014-08-07 13:13:31 +02:00
Makefile Add initial EFI architecture support 2014-07-16 10:46:18 +02:00