Skip to content

Commit

Permalink
1. SN5640 add SimX support.
Browse files Browse the repository at this point in the history
2. Remove UI suport since it supported only for IB

Signed-off-by: Oleksandr Shamray <[email protected]>
  • Loading branch information
sholeksandr committed Oct 16, 2024
1 parent e9927bf commit 6737ce5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions usr/usr/bin/hw-management-helpers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -236,9 +236,7 @@ check_labels_enabled()
[ "$ui_tree_sku" = "HI166" ] ||
[ "$ui_tree_sku" = "HI167" ] ||
[ "$ui_tree_sku" = "HI169" ] ||
[ "$ui_tree_sku" = "HI170" ] ||
[ "$ui_tree_sku" = "HI171" ] ||
[ "$ui_tree_sku" = "HI172" ]) &&
[ "$ui_tree_sku" = "HI170" ]) &&
([ ! -e "$ui_tree_archive" ]); then
return 0
else
Expand All @@ -250,7 +248,7 @@ check_labels_enabled()
check_if_simx_supported_platform()
{
case $vm_sku in
HI130|HI122|HI144|HI147|HI157|HI112|MSN2700-CS2FO|MSN2410-CB2F|MSN2100|HI160|HI158)
HI130|HI122|HI144|HI147|HI157|HI112|MSN2700-CS2FO|MSN2410-CB2F|MSN2100|HI160|HI158|HI171|HI172)
return 0
;;

Expand Down

0 comments on commit 6737ce5

Please sign in to comment.