Re: [PATCH 1/5] qe: Add to linux/immap_qe.h

2023-11-18 Thread Simon Glass
On Fri, 17 Nov 2023 at 15:53, Tom Rini wrote: > > Given how we define QE_MURAM_SIZE today, this header needs to have > added to it. > > Signed-off-by: Tom Rini > --- > include/linux/immap_qe.h | 2 ++ > 1 file changed, 2 insertions(+) > Reviewed-by: Simon Glass

[PATCH 1/5] qe: Add to linux/immap_qe.h

2023-11-17 Thread Tom Rini
Given how we define QE_MURAM_SIZE today, this header needs to have added to it. Signed-off-by: Tom Rini --- include/linux/immap_qe.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/linux/immap_qe.h b/include/linux/immap_qe.h index 45307f51c103..a692f5dfb373 100644 --- a/include/li