--- zzzz-none-000/linux-4.9.276/drivers/of/Kconfig 2021-07-20 14:21:16.000000000 +0000 +++ falcon-5530-750/linux-4.9.276/drivers/of/Kconfig 2023-04-05 08:19:01.000000000 +0000 @@ -116,4 +116,11 @@ # arches should select this if DMA is coherent by default for OF devices bool +config AVM_INVALID_DTB_V17 + bool "Support invalid v17 dtbs" + help + Some urlader versions emit dtbs that claim to be in v17 format, but + set size_dt_strings and size_dt_struct in the header to 0. Mitigate + this by parsing them as v16 dtbs. + endif # OF