From 90268b878bd830f2fc9b1e225d96009efe331cd1 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sun, 19 Oct 2014 21:11:24 -0600 Subject: x86: Support loading kernel setup from a FIT Add a new setup@ section to the FIT which can be used to provide a setup binary for booting Linux on x86. This makes it possible to boot x86 from a FIT. Signed-off-by: Simon Glass --- common/cmd_bootm.c | 1 + 1 file changed, 1 insertion(+) (limited to 'common/cmd_bootm.c') diff --git a/common/cmd_bootm.c b/common/cmd_bootm.c index 843ec6e0c2..67233600b1 100644 --- a/common/cmd_bootm.c +++ b/common/cmd_bootm.c @@ -12,6 +12,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.1