samsung: misc: add gpt restore option to lcd menu
[oweals/u-boot.git] / board / samsung / common / misc.c
index 95d1758f7a742fd6b9661f4445c6f42db2a4101f..2fd104d0fe747d2057dd2feda7e6c9dbc01e0b41 100644 (file)
@@ -121,6 +121,7 @@ mode_name[BOOT_MODE_EXIT + 1][2] = {
        {"THOR", "thor"},
        {"UMS", "ums"},
        {"DFU", "dfu"},
+       {"GPT", "gpt"},
        {"EXIT", ""},
 };
 
@@ -130,6 +131,7 @@ mode_info[BOOT_MODE_EXIT + 1] = {
        "downloader",
        "mass storage",
        "firmware update",
+       "restore",
        "and run normal boot"
 };
 
@@ -139,6 +141,7 @@ mode_cmd[BOOT_MODE_EXIT + 1] = {
        "thor 0 mmc 0",
        "ums 0 mmc 0",
        "dfu 0 mmc 0",
+       "gpt write mmc 0 $partitions",
        "",
 };