[U-Boot] [U-Boot,2/3] am43xx_evm: Enable GPT commands
Tom Rini
trini at ti.com
Fri Feb 21 20:15:13 CET 2014
On Tue, Jan 21, 2014 at 05:15:07PM -0500, Tom Rini wrote:
> Signed-off-by: Tom Rini <trini at ti.com>
>
> ---
> include/configs/am43xx_evm.h | 9 +++++++++
> 1 file changed, 9 insertions(+)
>
> diff --git a/include/configs/am43xx_evm.h b/include/configs/am43xx_evm.h
> index 4de495a..8d0929e 100644
> --- a/include/configs/am43xx_evm.h
> +++ b/include/configs/am43xx_evm.h
> @@ -79,6 +79,12 @@
> #define CONFIG_OMAP_USB_PHY
> #define CONFIG_AM437X_USB2PHY2_HOST
>
> +/* Enhance our eMMC support / experience. */
> +#define CONFIG_CMD_GPT
> +#define CONFIG_EFI_PARTITION
> +#define CONFIG_PARTITION_UUIDS
> +#define CONFIG_CMD_PART
> +
> #ifndef CONFIG_SPL_BUILD
> #define CONFIG_EXTRA_ENV_SETTINGS \
> "loadaddr=0x80200000\0" \
> @@ -90,6 +96,9 @@
> "bootdir=/boot\0" \
> "bootfile=zImage\0" \
> "console=ttyO0,115200n8\0" \
> + "partitions=" \
> + "uuid_disk=${uuid_gpt_disk};" \
> + "name=rootfs,start=2MiB,size=-,uuid=${uuid_gpt_rootfs}\0" \
> "optargs=\0" \
> "mmcdev=0\0" \
> "mmcroot=/dev/mmcblk0p2 rw\0" \
Applied to u-boot-ti/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140221/666d9504/attachment.pgp>
More information about the U-Boot
mailing list