From d98b0523cfaaedeecb263b15c121c0727b0d80b9 Mon Sep 17 00:00:00 2001 From: Peter Tyser Date: Thu, 14 Oct 2010 23:33:24 -0500 Subject: powerpc: Cleanup BOOTFLAG_* references Now that warm booting is not supported, there isn't a need for the BOOTFLAG_COLD and BOOTFLAG_WARM defines, so remove them. Note that this change makes the board info bd_bootflags field useless. It will always be set to 0, but we leave it around so that we don't break the board info structure that some OSes are expecting to be passed from U-Boot. Signed-off-by: Peter Tyser --- arch/powerpc/cpu/mpc8220/start.S | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/powerpc/cpu/mpc8220') diff --git a/arch/powerpc/cpu/mpc8220/start.S b/arch/powerpc/cpu/mpc8220/start.S index c156e2574..320ad4ee5 100644 --- a/arch/powerpc/cpu/mpc8220/start.S +++ b/arch/powerpc/cpu/mpc8220/start.S @@ -37,6 +37,7 @@ #include #include +#include #ifndef CONFIG_IDENT_STRING #define CONFIG_IDENT_STRING "" -- cgit v1.2.3