[U-Boot] [U-Boot,1/3] am335x_evm: Enable GPT commands
Tom Rini
trini at ti.com
Fri Feb 21 20:15:06 CET 2014
On Tue, Jan 21, 2014 at 05:15:06PM -0500, Tom Rini wrote:
> Signed-off-by: Tom Rini <trini at ti.com>
>
> ---
> include/configs/am335x_evm.h | 11 +++++++++++
> 1 file changed, 11 insertions(+)
>
> diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h
> index 73a9adb..07c1b76 100644
> --- a/include/configs/am335x_evm.h
> +++ b/include/configs/am335x_evm.h
> @@ -31,6 +31,12 @@
> /* Always 128 KiB env size */
> #define CONFIG_ENV_SIZE (128 << 10)
>
> +/* Enhance our eMMC support / experience. */
> +#define CONFIG_CMD_GPT
> +#define CONFIG_EFI_PARTITION
> +#define CONFIG_PARTITION_UUIDS
> +#define CONFIG_CMD_PART
> +
> #ifdef CONFIG_NAND
> #define NANDARGS \
> "mtdids=" MTDIDS_DEFAULT "\0" \
> @@ -64,6 +70,9 @@
> "bootfile=zImage\0" \
> "fdtfile=undefined\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 ro\0" \
> @@ -295,6 +304,8 @@
> #if defined(CONFIG_SPL_BUILD) && defined(CONFIG_SPL_USBETH_SUPPORT)
> /* disable host part of MUSB in SPL */
> #undef CONFIG_MUSB_HOST
> +/* disable partition UUID support */
> +#undef CONFIG_PARTITION_UUIDS
> /*
> * Disable CPSW SPL support so we fit within the 101KiB limit.
> */
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/16595ec2/attachment.pgp>
More information about the U-Boot
mailing list