Re: [PATCH] include: env: ti: default_findfdt: Follow the bootstd/distro conventions

2023-12-28 Thread Jon Humphreys
Nishanth Menon writes: > Distroboot and bootstd both mandate a findfdt variable pointing to the > correct device tree blob. Current mechanism calls a find_fdt function > to set this variable. We do not need a find_fdt command to set the > environment variable to a single dtb. Simplify the default

Re: [PATCH] include: env: ti: default_findfdt: Follow the bootstd/distro conventions

2023-12-27 Thread Nishanth Menon
On 07:08-20231227, Nishanth Menon wrote: > Distroboot and bootstd both mandate a findfdt variable pointing to the > correct device tree blob. Current mechanism calls a find_fdt function > to set this variable. We do not need a find_fdt command to set the > environment variable to a single dtb. Simp

[PATCH] include: env: ti: default_findfdt: Follow the bootstd/distro conventions

2023-12-27 Thread Nishanth Menon
Distroboot and bootstd both mandate a findfdt variable pointing to the correct device tree blob. Current mechanism calls a find_fdt function to set this variable. We do not need a find_fdt command to set the environment variable to a single dtb. Simplify the default_findfdt to remove variable expan