Re: [PATCH] bsp/aarch64: Fix array warning

2022-06-13 Thread Joel Sherrill
On Mon, Jun 13, 2022 at 11:41 AM Kinsey Moore wrote: > On 6/12/2022 01:30, Chris Johns wrote: > > On 12/6/22 12:59 am, Joel Sherrill wrote: > >> Should this use that obscure pointer macro Sebastian suggests sometimes? > > I looked into that and could not get it to work. This works. If you > would

Re: [PATCH] bsp/aarch64: Fix array warning

2022-06-13 Thread Kinsey Moore
On 6/12/2022 01:30, Chris Johns wrote: On 12/6/22 12:59 am, Joel Sherrill wrote: Should this use that obscure pointer macro Sebastian suggests sometimes? I looked into that and could not get it to work. This works. If you would like to try please do? I've been testing for a little while with th

Re: [PATCH] bsp/aarch64: Fix array warning

2022-06-11 Thread Chris Johns
On 12/6/22 12:59 am, Joel Sherrill wrote: > Should this use that obscure pointer macro Sebastian suggests sometimes? I looked into that and could not get it to work. This works. If you would like to try please do? Chris ___ devel mailing list devel@rtem

Re: [PATCH] bsp/aarch64: Fix array warning

2022-06-11 Thread Joel Sherrill
Should this use that obscure pointer macro Sebastian suggests sometimes? On Fri, Jun 10, 2022, 9:09 PM wrote: > From: Chris Johns > > Updates #4664 > --- > bsps/aarch64/include/bsp/start.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/bsps/aarch64/include/bsp/start.h

[PATCH] bsp/aarch64: Fix array warning

2022-06-10 Thread chrisj
From: Chris Johns Updates #4664 --- bsps/aarch64/include/bsp/start.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsps/aarch64/include/bsp/start.h b/bsps/aarch64/include/bsp/start.h index 586eec4f48..f0af5be841 100644 --- a/bsps/aarch64/include/bsp/start.h +++ b/bsps/aarch