]> git.ipfire.org Git - people/ms/u-boot.git/commit
efi_loader: helloworld.c: Reduce file size
authorAlexander Graf <agraf@suse.de>
Mon, 11 Dec 2017 08:45:30 +0000 (09:45 +0100)
committerAlexander Graf <agraf@suse.de>
Sat, 16 Dec 2017 21:51:19 +0000 (22:51 +0100)
commit52a250afa53215190e1714ee2c858ab0bbfa0953
tree77522a5d4262f1d9f4061a20582dcef0742df455
parentae67dca5e61867cda886bdd2943709a19c45d76a
efi_loader: helloworld.c: Reduce file size

The efi linker script includes sections needed for the dynamic linker.
However, in our EFI application environment we don't have a dynamic linker.

So let's remove them. That way we save on 4k padding and reduce the file
size of the hello world efi binary from ~4k to ~1k.

Signed-off-by: Alexander Graf <agraf@suse.de>
arch/arm/lib/elf_arm_efi.lds