On Mon, 01 Sep 2025 11:46:55 +0530, Anurag Dutta wrote: > 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 > > [...]
Applied to u-boot/master, thanks! [1/4] include: env: ti: Use .env for environment variables commit: 5138d3a561dc9441f956378aa649f7804874e8b8 [2/4] board: ti: am57xx: Change to using .env commit: bc020bf53adca747a533a364969bc6396ef58b13 [3/4] board: ti: am57xx: Set fdtfile from C code instead of findfdt script commit: 649f4a7d3ca753991c27c9c159a0aacc9954d96f [4/4] board: ti: dra7xx: Set fdtfile from C code instead of findfdt script commit: 878888fd07bab1ed97f7f0fef7f6e93269074da4 -- Tom