summaryrefslogtreecommitdiff
path: root/board/ti/j721e
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2023-05-16 13:07:42 -0500
committerUdit Kumar <u-kumar1@ti.com>2023-05-22 21:45:21 +0530
commit3940cf03f315213dc5e6ea268e6fce733abf442a (patch)
tree5e2782e6b8880c30f0c17a3f96e9bba05883f00d /board/ti/j721e
parent4ef4ba7a6996e63ec9611bf6541e7a4aa3953bc1 (diff)
environment: ti: Make get_fdt_mmc common
Since get_fdt_mmc is common, factor it out into mmc.env and remove it from each platform env file. Use it in mmcloados but keep loadfdt defined in case it is still used by some external uEnv.txt script. Signed-off-by: Andrew Davis <afd@ti.com>
Diffstat (limited to 'board/ti/j721e')
-rw-r--r--board/ti/j721e/j721e.env1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/ti/j721e/j721e.env b/board/ti/j721e/j721e.env
index 50d6c07e26..6e3a6143d0 100644
--- a/board/ti/j721e/j721e.env
+++ b/board/ti/j721e/j721e.env
@@ -39,7 +39,6 @@ bootpart=1:2
bootdir=/boot
rd_spec=-
init_mmc=run args_all args_mmc
-get_fdt_mmc=load mmc ${bootpart} ${fdtaddr} ${bootdir}/${name_fdt}
get_overlay_mmc=
fdt address ${fdtaddr};
fdt resize 0x100000;