From f697d528caba0c30382b7269fd36f1111e51810d Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Thu, 28 Feb 2013 19:26:15 +0000 Subject: x86: Support relocation of FDT on start-up With CONFIG_OF_CONTROL we may have an FDT in the BSS region. Relocate it up with the rest of U-Boot to keep the rest of memory free. Signed-off-by: Simon Glass --- arch/x86/lib/init_wrappers.c | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/x86/lib/init_wrappers.c') diff --git a/arch/x86/lib/init_wrappers.c b/arch/x86/lib/init_wrappers.c index cca018f..19af875 100644 --- a/arch/x86/lib/init_wrappers.c +++ b/arch/x86/lib/init_wrappers.c @@ -22,6 +22,7 @@ */ #include #include +#include #include #include #include -- cgit v1.1