Hi Simon,
On 2/27/26 12:47 AM, Simon Glass wrote:
From: Simon Glass <[email protected]>
Move about a dozen test files for U-Boot image variants (SPL, TPL,
VPL, DTB, nodtb, bss-pad) into an xpl/ subdirectory. Drop the
numeric prefixes and the redundant u_boot_ filename prefix, and
update all references.
Nitpick: for DTS where there's only one property, we could use the name
of the property in the file for example. E.g. 256_u_boot_vpl_nodtb.dts
to xpl/u-boot-vpl-nodtb.dts. Up to you.
Reviewed-by: Quentin Schulz <[email protected]>
Thanks!
Quentin