On Mon, 25 Mar 2019 at 10:34, P J P <ppan...@redhat.com> wrote: > IMO, generic 2MB of dtb size limit is reasonable; Considering 64KB is the max > we are seeing, plus QEMU has FDT_MAX_SIZE defined to be 0x100000(~1MB), and > noone has complained that it's too small.
Noone has complained that it's too small because right now *we do not check against it* for the common case of "just load an external dtb". We should not be imposing an arbitrary limit within QEMU if we don't need to. Here, we do not need to. thanks -- PMM