summaryrefslogtreecommitdiff
path: root/arch/x86/lib/Makefile
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2015-10-07 20:19:10 -0700
committerSimon Glass <sjg@chromium.org>2015-10-21 07:46:25 -0600
commit59ec719df62bcb397066aeee66fdbd8f042ca3c7 (patch)
treea1b03e864915b5325fa579ac4733bd1630778084 /arch/x86/lib/Makefile
parent19038e1bb629a365aaf971a65744e2f0e8866d62 (diff)
downloadu-boot-imx-59ec719df62bcb397066aeee66fdbd8f042ca3c7.zip
u-boot-imx-59ec719df62bcb397066aeee66fdbd8f042ca3c7.tar.gz
u-boot-imx-59ec719df62bcb397066aeee66fdbd8f042ca3c7.tar.bz2
x86: Move install_e820_map() out of zimage.c
install_e820_map() has nothing to do with zimage related codes. Move it to a dedicated place. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86/lib/Makefile')
-rw-r--r--arch/x86/lib/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/lib/Makefile b/arch/x86/lib/Makefile
index 6ecd6db..169062e 100644
--- a/arch/x86/lib/Makefile
+++ b/arch/x86/lib/Makefile
@@ -12,6 +12,7 @@ obj-$(CONFIG_CMD_BOOTM) += bootm.o
obj-y += cmd_boot.o
obj-$(CONFIG_HAVE_FSP) += cmd_hob.o
obj-$(CONFIG_EFI) += efi/
+obj-y += e820.o
obj-y += gcc.o
obj-y += init_helpers.o
obj-y += interrupts.o