1
0
Fork 0

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>
hifive-unleashed-5.1
Catalin Marinas 2008-11-06 13:23:06 +00:00
parent 0173a3265b
commit 4369ae16ee
1 changed files with 1 additions and 0 deletions

View File

@ -772,6 +772,7 @@ static const char *hwcap_str[] = {
"java",
"iwmmxt",
"crunch",
"thumbee",
NULL
};