summaryrefslogtreecommitdiff
path: root/board/ti/j721e/j721e.env
diff options
context:
space:
mode:
authorVignesh Raghavendra <vigneshr@ti.com>2023-06-02 20:06:59 +0530
committerUdit Kumar <u-kumar1@ti.com>2023-06-05 11:43:26 +0530
commite8bec746bb434850eb0fd342a4769332ef2df5b1 (patch)
tree42439b6aaf94797f928dc0ff333e53a2699eab36 /board/ti/j721e/j721e.env
parent495e929147440aa411530085efb07389a25d050f (diff)
env: ti: mmc.env: Move mmc related args to common place
All K3 SoCs use same set of args to load kernel for MMC. So move this to common place to avoid duplication. Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
Diffstat (limited to 'board/ti/j721e/j721e.env')
-rw-r--r--board/ti/j721e/j721e.env15
1 files changed, 0 insertions, 15 deletions
diff --git a/board/ti/j721e/j721e.env b/board/ti/j721e/j721e.env
index 0984331f77..832b0ed7e3 100644
--- a/board/ti/j721e/j721e.env
+++ b/board/ti/j721e/j721e.env
@@ -43,21 +43,6 @@ mmcdev=1
bootpart=1:2
bootdir=/boot
rd_spec=-
-init_mmc=run args_all args_mmc
-get_overlay_mmc=
- fdt address ${fdtaddr};
- fdt resize 0x100000;
- for overlay in $name_overlays;
- do;
- load mmc ${bootpart} ${dtboaddr} ${bootdir}/${overlay} &&
- fdt apply ${dtboaddr};
- done;
-partitions=uuid_disk=${uuid_gpt_disk};
- name=rootfs,start=0,size=-,uuid=${uuid_gpt_rootfs}
-get_kern_mmc=load mmc ${bootpart} ${loadaddr}
- ${bootdir}/${name_kern}
-get_fit_mmc=load mmc ${bootpart} ${addr_fit}
- ${bootdir}/${name_fit}
#if CONFIG_TARGET_J7200_A72_EVM
do_main_cpsw0_qsgmii_phyinit=1