From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rini Date: Wed, 12 Sep 2012 10:22:26 -0700 Subject: [U-Boot] [PATCH v2 5/7] gpt: Support for GPT (GUID Partition Table) restoration In-Reply-To: <1347461446-32097-6-git-send-email-l.majewski@samsung.com> References: <1345795995-24656-1-git-send-email-l.majewski@samsung.com> <1347461446-32097-1-git-send-email-l.majewski@samsung.com> <1347461446-32097-6-git-send-email-l.majewski@samsung.com> Message-ID: <5050C4D2.6080506@ti.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 09/12/2012 07:50 AM, Lukasz Majewski wrote: > The restoration of GPT table (both primary and secondary) is now possible. > Simple GUID generation is supported. > > Signed-off-by: Lukasz Majewski > Signed-off-by: Kyungmin Park [sinp] > + > + printf("GPT successfully written to block device!\n"); puts() please. Thanks! -- Tom