Hi all This patch series migrates from .h to .env format for am57xx/dra7xx. Also, we do relevant changes so that the fdtfile can be set from C code.
logs : https://gist.github.com/anuragdutta731/82560cc9bc958ca70a25a95a7031eeea Changelog: v1: 1. Converted to plain text environment for am57 and dra7 2. Added dra7 support as well Link to v1: https://lore.kernel.org/all/20250425053431.1622267-1-a-du...@ti.com/ Anurag Dutta (4): include: env: ti: Use .env for environment variables board: ti: am57xx: Change to using .env board: ti: am57xx: Set fdtfile from C code instead of findfdt script board: ti: dra7xx: Set fdtfile from C code instead of findfdt script board/ti/am57xx/Kconfig | 12 ++ board/ti/am57xx/am57xx.env | 162 +++++++++++++++++++++ board/ti/am57xx/board.c | 14 ++ board/ti/dra7xx/evm.c | 11 ++ include/configs/am57xx_evm.h | 19 +-- include/configs/dra7xx_evm.h | 24 ---- include/configs/ti_omap5_common.h | 228 ------------------------------ include/env/ti/dfu.env | 53 +++++++ 8 files changed, 253 insertions(+), 270 deletions(-) create mode 100644 board/ti/am57xx/am57xx.env create mode 100644 include/env/ti/dfu.env -- 2.34.1