Re: [PATCH rtems 3/3] bsps/fdt: Make sure data is cache aligned.

2020-07-19 Thread Christian Mauderer
Hello Gedare, thanks for the review. On 17/07/2020 17:53, Gedare Bloom wrote: > The other 2 BSP-specific patches look fine. I didn't look too closely > at the imx-specific part. > > On Thu, Jul 16, 2020 at 11:55 PM Christian Mauderer > wrote: >> >> The cache of the fdt blob is flushed after cop

Re: [PATCH rtems 3/3] bsps/fdt: Make sure data is cache aligned.

2020-07-17 Thread Gedare Bloom
The other 2 BSP-specific patches look fine. I didn't look too closely at the imx-specific part. On Thu, Jul 16, 2020 at 11:55 PM Christian Mauderer wrote: > > The cache of the fdt blob is flushed after copy. Therefore it should be > aligned. > --- > bsps/shared/start/bsp-fdt.c | 7 --- > 1 f

[PATCH rtems 3/3] bsps/fdt: Make sure data is cache aligned.

2020-07-16 Thread Christian Mauderer
The cache of the fdt blob is flushed after copy. Therefore it should be aligned. --- bsps/shared/start/bsp-fdt.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/bsps/shared/start/bsp-fdt.c b/bsps/shared/start/bsp-fdt.c index 7e8d8922a8..f55273e4ca 100644 --- a/bsps/share