
On 10 Jan 2025, at 8:03 am, Christian Hewitt christianshewitt@gmail.com wrote:
Commit 834e7c8136c6 ("dts: meson-g12a: Switch to using upstream DT") changed Amlogic configs to contain the default /amlogic device-tree path prefix, e.g. for odroid-n2:
CONFIG_DEFAULT_DEVICE_TREE="amlogic/meson-g12b-odroid-n2"
The board files also prefix amlogic when using fdtdir resulting in an /amlogic/amlogic/meson-g12b-odroid-n2.dtb path which is invalid with most distro packaging. Drop the prefix here to align with the board configs. This resolves fdtdir boot on Odroid N2/C4/HC4.
Signed-off-by: Christian Hewitt christianshewitt@gmail.com
Please disregard this patch. I’ve spotted the issue in our distro packaging and this is not required. Apologies for the noise.
CH.