PPC: Add a PPC_PLATFORM_U_BOOT platform type

* the PPC kernel will have to support both OF and U-Boot soon.
This commit is contained in:
François Revol 2012-09-22 19:55:02 +02:00
parent 79290de845
commit daf2a95ef7

View File

@ -11,6 +11,7 @@ struct real_time_data;
enum ppc_platform_type {
PPC_PLATFORM_OPEN_FIRMWARE = 0,
PPC_PLATFORM_U_BOOT
};
namespace BPrivate {