mirror of
https://review.haiku-os.org/haiku
synced 2025-01-20 05:21:28 +01:00
344b3218d4
Since we're using multi-part uImage format, we can add the FDT as a seperate "blob" in the uImage, if the used U-Boot version is not "FDT enabled". This is used for example for our Verdex target. Currently I've got a local hack in the platform/u-boot/Jamfile, looking into pulling in the FDT files and a proper Jam setup to do that properly...