]> git.ipfire.org Git - people/ms/u-boot.git/commit
x86: qemu: Add missing DECLARE_GLOBAL_DATA_PTR in e820.c
authorBin Meng <bmeng.cn@gmail.com>
Wed, 18 Jan 2017 11:32:51 +0000 (03:32 -0800)
committerBin Meng <bmeng.cn@gmail.com>
Tue, 7 Feb 2017 05:22:01 +0000 (13:22 +0800)
commit45ffa122f2533376d2e58817d69c9149d91afc0f
tree71e3d139cb07bc0bdf42d48232ce02bf013c2b68
parentfda4eb48e60b0ea5a575ed7bc0b853fc6db2da29
x86: qemu: Add missing DECLARE_GLOBAL_DATA_PTR in e820.c

DECLARE_GLOBAL_DATA_PTR is missing which causes 64-bit build error.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/x86/cpu/qemu/e820.c