Fixup verity enablement for cheryl

cheryl was already supported in Copy_Keys.sh
This commit is contained in:
Tad 2021-02-14 22:50:34 -05:00
parent 6d0bc0c57e
commit 07e46913d9
2 changed files with 2 additions and 2 deletions

View File

@ -107,7 +107,7 @@ buildAll() {
buildDevice marlin verity;
buildDevice sailfish verity;
#SD835
buildDevice cheryl;
buildDevice cheryl verity;
buildDevice mata verity;
buildDevice taimen avb;
buildDevice walleye avb;

View File

@ -96,7 +96,7 @@ buildAll() {
buildDevice marlin verity;
buildDevice sailfish verity;
#SD835
buildDevice cheryl;
buildDevice cheryl verity;
buildDevice cheeseburger verity; #needs manual patching - vendor common makefile + not booting
buildDevice dumpling verity;
buildDevice mata verity;