configs: am62x_lpsk_a53_defconfig: Enable GPT commands in a53 SPL
Enable GUID Partition Table (GPT) commands in a53 SPL for AM62x LP SK board. Signed-off-by: Nitin Yadav <n-yadav@ti.com>
This commit is contained in:
parent
00c36d17da
commit
15be1fbab7
|
|
@ -79,6 +79,7 @@ CONFIG_CMD_CLK=y
|
|||
CONFIG_CMD_DFU=y
|
||||
CONFIG_CMD_DM=y
|
||||
CONFIG_CMD_GPIO=y
|
||||
CONFIG_CMD_GPT=y
|
||||
CONFIG_CMD_UBI=y
|
||||
CONFIG_CMD_NAND=y
|
||||
CONFIG_TI_GPMC=y
|
||||
|
|
|
|||
Loading…
Reference in New Issue