diff options
author | Przemyslaw Marczak <p.marczak@samsung.com> | 2014-04-30 11:28:07 (GMT) |
---|---|---|
committer | Minkyu Kang <mk7.kang@samsung.com> | 2014-05-07 10:40:39 (GMT) |
commit | 5c7b8a379fbd9b069c95332204c359f61a7f1594 (patch) | |
tree | ad32cf385824e9acdf54afbc19e85e7b8e5e3c48 /include | |
parent | e6bfe79f31a042cfbd2dd9ee159cdd1209535727 (diff) | |
download | u-boot-5c7b8a379fbd9b069c95332204c359f61a7f1594.tar.xz |
samsung: misc: add gpt restore option to lcd menu
This menu option allows restore gpt.
This is usefull and no needs access to the u-boot console.
For proper operation:
- each partition uuid should be set in environment or
- CONFIG_RANDOM_UUID should be defined for automatically uuid setting
After operation success device is going to be reset.
Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com>
Cc: Minkyu Kang <mk7.kang@samsung.com>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/samsung/misc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/samsung/misc.h b/include/samsung/misc.h index ede6c15..c3d844b 100644 --- a/include/samsung/misc.h +++ b/include/samsung/misc.h @@ -15,6 +15,7 @@ enum { BOOT_MODE_THOR, BOOT_MODE_UMS, BOOT_MODE_DFU, + BOOT_MODE_GPT, BOOT_MODE_EXIT, }; |