ofnode: Use 4K for a default tree-size
authorSimon Glass <sjg@chromium.org>
Sat, 11 Jan 2025 00:00:09 +0000 (17:00 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 22 Jan 2025 21:58:03 +0000 (15:58 -0600)
commit6c6591c823e5a01b42ef52526656119e19fb756d
tree63e927e6c6634b84d2379dfce5f789cb069c7950
parent9b35dbc93fd40daadf137ee430641d62b6b4d4b0
ofnode: Use 4K for a default tree-size

At some point it would be nice to have the ofnode API automatically
expand the tree as required, to accommodate new nodes. For now, expand
the default size so that UPL can be supported.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/core/ofnode.c