summaryrefslogtreecommitdiff
path: root/scripts/cleanpatch
diff options
context:
space:
mode:
authorErnest Van Hoecke <[email protected]>2025-11-18 15:48:00 +0100
committerFabio Estevam <[email protected]>2025-11-25 21:54:18 -0300
commit1312a503462ae23b791265af03c588785768bb09 (patch)
tree93601d19e4cdca7da41882a08c37953fd97ee726 /scripts/cleanpatch
parent29f6afc6e39f8699f0f0e62c891b1eefb7833225 (diff)
configs: colibri-imx7*: set 'fdtfile' generically in PREBOOT
In TEZI (Toradex Easy Installer), we use one U-Boot binary for both our NAND and eMMC Colibri iMX7 modules. Currently, CONFIG_PREBOOT sets the environment variable 'fdtfile' depending on which defconfig was used, adding the '-emmc' variant for the emmc defconfig. Since we always build the TEZI recovery U-Boot with the standard (non-emmc) defconfig, fdtfile has to be overwritten later or it will be wrong there. By using '$variant', the fdtfile var is properly constructed at run time for both the NAND and eMMC variants, and we do not have to worry about setting fdtfile again when building the recovery TEZI U-Boot. This also synchronizes these configs with how we handle the iMX6ULL. Fixes: 327381e8b57c ("colibri_imx7: use preboot for fdtfile evaluation") Signed-off-by: Ernest Van Hoecke <[email protected]> Reviewed-by: Francesco Dolcini <[email protected]>
Diffstat (limited to 'scripts/cleanpatch')
0 files changed, 0 insertions, 0 deletions