From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Thu, 08 May 2014 11:36:25 +0900 Subject: [U-Boot] [PATCH v5 2/5] samsung: misc: add gpt restore option to lcd menu In-Reply-To: <1398857290-22028-2-git-send-email-p.marczak@samsung.com> References: <1398421254-5958-1-git-send-email-p.marczak@samsung.com> <1398857290-22028-1-git-send-email-p.marczak@samsung.com> <1398857290-22028-2-git-send-email-p.marczak@samsung.com> Message-ID: <536AEDA9.9080200@samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 30/04/14 20:28, Przemyslaw Marczak wrote: > 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 > Cc: Minkyu Kang > > --- > Changes v2: > - commit separation > > Changes v3: > - none > > Changes v4: > - none > > Changes v5: > - none > > --- > board/samsung/common/misc.c | 3 +++ > include/samsung/misc.h | 1 + > 2 files changed, 4 insertions(+) > applied to u-boot-samsung. Thanks, Minkyu Kang.