Re: [PATCH v2 3/7] x86/of: Unconditionally call unflatten_and_copy_device_tree()

2024-01-30 Thread Saurabh Singh Sengar
On Mon, Jan 29, 2024 at 04:45:02PM -0800, Stephen Boyd wrote: > Call this function unconditionally so that we can populate an empty DTB > on platforms that don't boot with a firmware provided or builtin DTB. > > Cc: Rob Herring > Cc: Frank Rowand > Cc: Thomas Gleixner > Cc: Ingo Molnar > Cc: B

[PATCH v2 3/7] x86/of: Unconditionally call unflatten_and_copy_device_tree()

2024-01-29 Thread Stephen Boyd
Call this function unconditionally so that we can populate an empty DTB on platforms that don't boot with a firmware provided or builtin DTB. Cc: Rob Herring Cc: Frank Rowand Cc: Thomas Gleixner Cc: Ingo Molnar Cc: Borislav Petkov Cc: Dave Hansen Cc: Cc: "H. Peter Anvin" Cc: Saurabh Sengar