firmware: add TGL RWL support

Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
This commit is contained in:
Matt DeVillier
2021-09-08 11:25:55 -05:00
parent c5797c2fcf
commit a5a72fbeec

View File

@@ -48,6 +48,8 @@ elif [ "$isJsl" = true ]; then
rwlegacy_file=$rwl_altfw_jsl
elif [ "$isZen2" = true ]; then
rwlegacy_file=$rwl_altfw_zen2
elif [ "$isTgl" = true ]; then
rwlegacy_file=$rwl_altfw_tgl
else
echo_red "Unknown or unsupported device (${device}); cannot update RW_LEGACY firmware."
read -ep "Press enter to return to the main menu"