
21 Sep
2023
21 Sep
'23
3:03 a.m.
On Tue, 12 Sept 2023 at 15:35, seanedmond@linux.microsoft.com wrote:
From: Sean Edmond seanedmond@microsoft.com
There is a preference to use the "ofnode" API for FDT fixups moving forward. The FDT fixup will usually be for the kernel FDT. To fixup the kernel FDT with the ofnode API, it's required to set the OFNODE_MULTI_TREE option.
To ensure existing users of kaslr fdt fixup are not impacted, Let's modify the default value for OFNODE_MULTI_TREE to ensure it's always set if !OF_LIVE. This will cause a 1007 byte increase in the code size.
Signed-off-by: Sean Edmond seanedmond@microsoft.com
drivers/core/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Simon Glass sjg@chromium.org