[PATCH 2/4] board: vexpress64: default to hardware device tree

2025-02-04 Thread Harrison Mutai
When booting into the Linux kernel with semi-hosting, use the device tree provided by hardware unless one is provided in the current directory. Signed-off-by: Harrison Mutai --- include/configs/vexpress_aemv8.h | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/include/con

Re: [PATCH 2/4] board: vexpress64: default to hardware device tree

2024-12-27 Thread Linus Walleij
On Wed, Dec 18, 2024 at 4:40 PM Harrison Mutai wrote: > When booting into the Linux kernel with semi-hosting, use the device > tree provided by hardware unless one is provided in the current > directory. > > Signed-off-by: Harrison Mutai This looks helpful to me! Reviewed-by: Linus Walleij Yo

[PATCH 2/4] board: vexpress64: default to hardware device tree

2024-12-18 Thread Harrison Mutai
When booting into the Linux kernel with semi-hosting, use the device tree provided by hardware unless one is provided in the current directory. Signed-off-by: Harrison Mutai --- include/configs/vexpress_aemv8.h | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/include/con