Add "thumbee" to the hwcap_str array
This part was missed in the initial patch adding ThumbEE support. Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
This commit is contained in:
@ -772,6 +772,7 @@ static const char *hwcap_str[] = {
|
||||
"java",
|
||||
"iwmmxt",
|
||||
"crunch",
|
||||
"thumbee",
|
||||
NULL
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user