Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4369ae16 authored by Catalin Marinas's avatar Catalin Marinas
Browse files

Add "thumbee" to the hwcap_str array



This part was missed in the initial patch adding ThumbEE support.

Signed-off-by: default avatarCatalin Marinas <catalin.marinas@arm.com>

parent 0173a326
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -772,6 +772,7 @@ static const char *hwcap_str[] = {
	"java",
	"iwmmxt",
	"crunch",
	"thumbee",
	NULL
};