commit | 1d9b5a55be39520bede01ccd47b2637f1a88b5d0 | [log] [tgz] |
---|---|---|
author | Andrew Davis <afd@ti.com> | Fri Jul 14 11:22:31 2023 +0530 |
committer | Tom Rini <trini@konsulko.com> | Fri Jul 21 20:35:50 2023 -0400 |
tree | 1af674316c2c504a2902eb09a8538d4dff45830d | |
parent | 5e1f436358d9ac29a9c689430feb4c10b27a9c71 [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 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>