summaryrefslogtreecommitdiffstats
path: root/arch/x86
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2017-03-07 09:44:26 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2017-03-09 07:37:21 +0100
commit534c1fac3e684eefcd9d0372dbf26745a84719ad (patch)
treeb86f5aa2c13b1d4bbe88c0b7400798a5c95d5d4a /arch/x86
parentc09bec96cb551c962331a710cbddea0f36c86c79 (diff)
downloadbarebox-534c1fac3e684eefcd9d0372dbf26745a84719ad.tar.gz
barebox-534c1fac3e684eefcd9d0372dbf26745a84719ad.tar.xz
x86: efi: fix logo support
we need to copy the logo section too Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/x86')
-rw-r--r--arch/x86/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/Makefile b/arch/x86/Makefile
index c36104c2c0..0751e63649 100644
--- a/arch/x86/Makefile
+++ b/arch/x86/Makefile
@@ -85,7 +85,7 @@ quiet_cmd_efi_image = EFI-IMG $@
cmd_efi_image = $(OBJCOPY) -j .text -j .sdata -j .data -j .dynamic \
-j .dynsym -j .rel -j .rela -j .reloc -j __barebox_initcalls \
-j __barebox_exitcalls -j __barebox_cmd -j .barebox_magicvar \
- -j .bbenv.* --target=$(TARGET) $< $@
+ -j .bbenv.* -j .bblogo.* --target=$(TARGET) $< $@
KBUILD_BINARY := barebox