diff options
author | Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com> | 2016-12-26 12:15:08 +0530 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2017-01-18 09:27:43 -0800 |
commit | 9e0bb4c1d9560cf8af0657939d01d7da8ef0f342 (patch) | |
tree | d880bf328ff50304e900d69d3c8b43e7a8a9015d /include/configs/ls1021aiot.h | |
parent | 57dfe200a61b93a329608a68f6acdd01a0e2da0c (diff) | |
download | u-boot-9e0bb4c1d9560cf8af0657939d01d7da8ef0f342.tar.gz |
arm: layerscape: Enable UUID & GPT partition for NXP's ARM SoC
Enable UUID and GPT partition support for NXP's ARM based SoCs
i.e. LS1012A, LS1021A, LS1043A, LS1046A and LS2080A.
Also enable DOS partition for LS1012AFRDM boards.
Signed-off-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include/configs/ls1021aiot.h')
-rw-r--r-- | include/configs/ls1021aiot.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/ls1021aiot.h b/include/configs/ls1021aiot.h index e270f426ff..9c3b163cab 100644 --- a/include/configs/ls1021aiot.h +++ b/include/configs/ls1021aiot.h @@ -179,6 +179,9 @@ #define CONFIG_CMD_FAT #define CONFIG_DOS_PARTITION +#define CONFIG_PARTITION_UUIDS +#define CONFIG_EFI_PARTITION +#define CONFIG_CMD_GPT /* SPI */ #if defined(CONFIG_QSPI_BOOT) || defined(CONFIG_SD_BOOT_QSPI) |