add supported versions to platform type
This commit is contained in:
parent
29e411f9b9
commit
103baa269e
@ -30,8 +30,10 @@ struct platform_config {
|
||||
};
|
||||
|
||||
enum platform_type {
|
||||
PLATFORM_ES2,
|
||||
PLATFORM_ES1_A2,
|
||||
PLATFORM_ES2_PLUS,
|
||||
PLATFORM_ES3,
|
||||
PLATFORM_ES4,
|
||||
PLATFORM_BNA1,
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user