x86: Move efi .lds files into the 'lib' directory
authorSimon Glass <sjg@chromium.org>
Mon, 7 Nov 2016 15:47:13 +0000 (08:47 -0700)
committerAlexander Graf <agraf@suse.de>
Mon, 14 Nov 2016 22:24:04 +0000 (23:24 +0100)
commitd36badfdc6a47ae1377dde809c9ea6f6249f5c15
tree8ed6b1cfed980836e51e5d5d234ad0936b7cd458
parentc65d76ed5f81e54d32f280116caaf45119e4670d
x86: Move efi .lds files into the 'lib' directory

These files now need to be in a standard place so that they can be located
by generic Makefile rules. Move them to the 'lib' directory.

Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Alexander Graf <agraf@suse.de>
arch/x86/config.mk
arch/x86/cpu/efi/elf_ia32_efi.lds [deleted file]
arch/x86/cpu/efi/elf_x86_64_efi.lds [deleted file]
arch/x86/lib/elf_ia32_efi.lds [new file with mode: 0644]
arch/x86/lib/elf_x86_64_efi.lds [new file with mode: 0644]