ramips: define loadaddr for U6 Lite DTB
authorDavid Bauer <mail@david-bauer.net>
Sun, 6 Nov 2022 23:42:57 +0000 (00:42 +0100)
committerDavid Bauer <mail@david-bauer.net>
Tue, 8 Nov 2022 11:16:43 +0000 (12:16 +0100)
commit10ba380ec3a9d0462026120ecd5f5f4fa61b5d21
treee6e2a3b18dcb159c6348f99dcda625555ccf39f3
parenta208f0a9bec723e8bec3c45cc10931494d65156b
ramips: define loadaddr for U6 Lite DTB

The Ubiquiti UniFi 6 Lite does not correctly align the FDT by always
setting fdt_high to 0xffffffff when invoking the bootubnt command.

Work around this issue by loading the DTB to a valid,aligned address, so
the bootloader does not have to relocate the FDT automatically.

Note: The device does read the kernel before invoking bootm on the FIT
image to 0x86000000.

Signed-off-by: David Bauer <mail@david-bauer.net>
target/linux/ramips/image/mt7621.mk