diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2021-03-16 16:30:32 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2021-03-16 16:30:34 +0300 |
commit | aceb0cfd4f8370c3664a6272c7af3eb738e27b49 (patch) | |
tree | 4a29c57bd47c28aebd34b5a7b8983fa31d867167 | |
parent | 93f8283c624c9151cdb7b793e835c2decef26675 (diff) |
mga52: add support of 4g_samsung memory
-rw-r--r-- | README.md | 2 | ||||
-rwxr-xr-x | mmga | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 | @@ -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" ) |