Re: [PATCH v4 3/8] board: starfive: DeepComputing FML13V01 fdt selection

2025-04-24 Thread E Shattow
In a different series I suggest removal of this fdtfile setting code, but now is more important to get this variant added to VF2 board target in U-Boot as done here. On 4/24/25 05:13, Heinrich Schuchardt wrote: > We support all JH7110 boards with starfive_visionfive2_defconfig. > The relevant devi

[PATCH v4 3/8] board: starfive: DeepComputing FML13V01 fdt selection

2025-04-24 Thread Heinrich Schuchardt
We support all JH7110 boards with starfive_visionfive2_defconfig. The relevant device-tree is selected at runtime based on EEPROM data. Support setting $fdtfile to the file name of the DeepComputing Framework motherboard (FML13V01) device-tree. Reviewed-by: Hal Feng Reviewed-by: Matthias Brugger