Drop convenience hack that sets default value of $fdtfile on visionfive2 target(s). This is not needed since the JH7110 OF_UPSTREAM migration and is anyways a duplication of code from SPL that adds friction to maintenance or adding new variant visionfive2 targets.
If it is still desirable to have default $fdtfile values based on OF_UPSTREAM dtb filenames then this should be provided further up the code path in an API and not by duplicating all board detection logic again from SPL into the main payload. Users who need to specify $fdtfile may still do so the normal way as described in U-Boot documentation. E Shattow (2): doc: board: starfive: Drop setting of $fdtfile board: starfive: visionfive2: Drop setting of $fdtfile .../visionfive2/starfive_visionfive2.c | 61 ------------------- doc/board/starfive/milk-v_mars.rst | 18 ------ doc/board/starfive/pine64_star64.rst | 16 ----- doc/board/starfive/visionfive2.rst | 18 ------ 4 files changed, 113 deletions(-) base-commit: cde0050618968aae335dfbc930641656d51ff5d0 -- 2.49.0