summaryrefslogtreecommitdiff
path: root/board/ti/j721e
diff options
context:
space:
mode:
authorVignesh Raghavendra <vigneshr@ti.com>2023-07-25 10:39:20 +0300
committerTom Rini <trini@konsulko.com>2023-07-28 17:11:01 +0300
commit3709b529156e910e9edfd997229296ea22d252fa (patch)
treef75b2208a4a372b2037b2cd9f9f8510487654f56 /board/ti/j721e
parent1e587054d4ea22be173bdba8aab7f124e6a0f790 (diff)
downloadu-boot-3709b529156e910e9edfd997229296ea22d252fa.tar.xz
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> Signed-off-by: Manorit Chawdhry <m-chawdhry@ti.com> Reviewed-by: Nikhil M Jain <n-jain1@ti.com>
Diffstat (limited to 'board/ti/j721e')
-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 23ce7e1af7..f7a4880bf8 100644
--- a/board/ti/j721e/j721e.env
+++ b/board/ti/j721e/j721e.env
@@ -36,21 +36,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