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:
parent
79290de845
commit
daf2a95ef7
@ -11,6 +11,7 @@ struct real_time_data;
|
||||
|
||||
enum ppc_platform_type {
|
||||
PPC_PLATFORM_OPEN_FIRMWARE = 0,
|
||||
PPC_PLATFORM_U_BOOT
|
||||
};
|
||||
|
||||
namespace BPrivate {
|
||||
|
Loading…
x
Reference in New Issue
Block a user