summaryrefslogtreecommitdiff
path: root/board/ti/j721s2
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2023-07-14 08:52:31 +0300
committerTom Rini <trini@konsulko.com>2023-07-22 03:35:50 +0300
commit014e013e784fdc03b254508d3785fd46088bd346 (patch)
tree1af674316c2c504a2902eb09a8538d4dff45830d /board/ti/j721s2
parentd8ea68da6bf15dc90b95aa9affd96c12c5e1f9b2 (diff)
downloadu-boot-014e013e784fdc03b254508d3785fd46088bd346.tar.xz
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 along with changing the directory path to reflect the standards. 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> Signed-off-by: Manorit Chawdhry <m-chawdhry@ti.com>
Diffstat (limited to 'board/ti/j721s2')
-rw-r--r--board/ti/j721s2/j721s2.env1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/ti/j721s2/j721s2.env b/board/ti/j721s2/j721s2.env
index 67953d3f59..9464fe4990 100644
--- a/board/ti/j721s2/j721s2.env
+++ b/board/ti/j721s2/j721s2.env
@@ -31,7 +31,6 @@ name_mcur5f0_0fw=/lib/firmware/j7-mcu-r5f0_0-fw
#endif
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;