mga52: add support of 4g_samsung memory

This commit is contained in:
Evgeny Zinoviev 2021-03-16 16:30:32 +03:00
parent 93f8283c62
commit aceb0cfd4f
2 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@ Then check the tables below.
|-------------------|-----------|
| 4g_hynix | ✅ Yes |
| 8g_hynix | 🚫 No |
| 4g_samsung | 🚫 No |
| 4g_samsung | ✅ Yes |
| 8g_samsung | 🚫 No |
| 4g_elpida | 🚫 No |
| 8g_elpida | 🚫 No |

2
mmga
View File

@ -30,7 +30,7 @@ CGRN=$(tput setaf 2)
CYAN=$(tput setaf 6)
declare -A BOARD_REFS=(
[macbookair5_2]="refs/changes/04/32604/22"
[macbookair5_2]="refs/changes/04/32604/33"
[macbookpro8_1]="refs/changes/51/33151/3"
[macbookpro10_1]="refs/changes/73/32673/30"
)