Re: [PATCH] rtems-fdt: Fix node property access on 64bit

2023-12-13 Thread Kinsey Moore
Looks good to me. On Tue, Dec 12, 2023 at 8:48 PM wrote: > From: Chris Johns > > --- > cpukit/libmisc/rtems-fdt/rtems-fdt.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/cpukit/libmisc/rtems-fdt/rtems-fdt.c > b/cpukit/libmisc/rtems-fdt/rtems-fdt.c > index ec8f270eef.

[PATCH] rtems-fdt: Fix node property access on 64bit

2023-12-12 Thread chrisj
From: Chris Johns --- cpukit/libmisc/rtems-fdt/rtems-fdt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpukit/libmisc/rtems-fdt/rtems-fdt.c b/cpukit/libmisc/rtems-fdt/rtems-fdt.c index ec8f270eef..9f8d7bfb24 100644 --- a/cpukit/libmisc/rtems-fdt/rtems-fdt.c +++ b/cpukit/