mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-10-14 17:11:34 +02:00
configs: j721e_evm_a72: Add Support for GPT partitions
Introduce a default GPT partition table for eMMC. Signed-off-by: Faiz Abbas <faiz_abbas@ti.com> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
This commit is contained in:
parent
845274aded
commit
0ee02701bf
@ -71,6 +71,11 @@
|
|||||||
"args_all=setenv optargs earlycon=ns16550a,mmio32,0x02800000\0" \
|
"args_all=setenv optargs earlycon=ns16550a,mmio32,0x02800000\0" \
|
||||||
"run_kern=booti ${loadaddr} ${rd_spec} ${fdtaddr}\0"
|
"run_kern=booti ${loadaddr} ${rd_spec} ${fdtaddr}\0"
|
||||||
|
|
||||||
|
#define PARTS_DEFAULT \
|
||||||
|
/* Linux partitions */ \
|
||||||
|
"uuid_disk=${uuid_gpt_disk};" \
|
||||||
|
"name=rootfs,start=0,size=-,uuid=${uuid_gpt_rootfs}\0"
|
||||||
|
|
||||||
/* U-Boot MMC-specific configuration */
|
/* U-Boot MMC-specific configuration */
|
||||||
#define EXTRA_ENV_J721E_BOARD_SETTINGS_MMC \
|
#define EXTRA_ENV_J721E_BOARD_SETTINGS_MMC \
|
||||||
"boot=mmc\0" \
|
"boot=mmc\0" \
|
||||||
@ -88,6 +93,7 @@
|
|||||||
"load mmc ${bootpart} ${overlayaddr} ${bootdir}/${overlay} && " \
|
"load mmc ${bootpart} ${overlayaddr} ${bootdir}/${overlay} && " \
|
||||||
"fdt apply ${overlayaddr};" \
|
"fdt apply ${overlayaddr};" \
|
||||||
"done;\0" \
|
"done;\0" \
|
||||||
|
"partitions=" PARTS_DEFAULT \
|
||||||
"get_kern_mmc=load mmc ${bootpart} ${loadaddr} " \
|
"get_kern_mmc=load mmc ${bootpart} ${loadaddr} " \
|
||||||
"${bootdir}/${name_kern}\0"
|
"${bootdir}/${name_kern}\0"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user