From daf2a95ef7e76b85df81e9f71351ad1b4066a209 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Sat, 22 Sep 2012 19:55:02 +0200 Subject: [PATCH] PPC: Add a PPC_PLATFORM_U_BOOT platform type * the PPC kernel will have to support both OF and U-Boot soon. --- headers/private/kernel/arch/ppc/arch_platform.h | 1 + 1 file changed, 1 insertion(+) diff --git a/headers/private/kernel/arch/ppc/arch_platform.h b/headers/private/kernel/arch/ppc/arch_platform.h index d4550cda52..30d5ff132a 100644 --- a/headers/private/kernel/arch/ppc/arch_platform.h +++ b/headers/private/kernel/arch/ppc/arch_platform.h @@ -11,6 +11,7 @@ struct real_time_data; enum ppc_platform_type { PPC_PLATFORM_OPEN_FIRMWARE = 0, + PPC_PLATFORM_U_BOOT }; namespace BPrivate {