x86: Move install_e820_map() out of zimage.c
authorBin Meng <bmeng.cn@gmail.com>
Thu, 8 Oct 2015 03:19:10 +0000 (20:19 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 21 Oct 2015 13:46:25 +0000 (07:46 -0600)
commit59ec719df62bcb397066aeee66fdbd8f042ca3c7
treea1b03e864915b5325fa579ac4733bd1630778084
parent19038e1bb629a365aaf971a65744e2f0e8866d62
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>
arch/x86/include/asm/e820.h
arch/x86/include/asm/zimage.h
arch/x86/lib/Makefile
arch/x86/lib/e820.c [new file with mode: 0644]
arch/x86/lib/zimage.c