]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
gpt: Support for new "gpt" command
authorPiotr Wilczek <p.wilczek@samsung.com>
Tue, 11 Dec 2012 10:09:47 +0000 (11:09 +0100)
committerTom Rini <trini@ti.com>
Thu, 13 Dec 2012 18:46:02 +0000 (11:46 -0700)
commit8b096237667d0993c6900bd10068a25ce368fe16
tree6e308720b0c6f3aa5deb315303bc79dade1bd78b
parent40684ddb83a500f25d813fab7323a190a707402c
gpt: Support for new "gpt" command

New command - "gpt" is supported. It restores the GPT partition table.
It looks into the given environment variable for partitions definition.
It can be enabled at target configuration file with CONFIG_CMD_GPT.

Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
Signed-off-by: Piotr Wilczek <p.wilczek@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
common/Makefile
common/cmd_gpt.c [new file with mode: 0644]