Re: [RESEND PATCH 7/7] common: board_r: drop ifdefs around header includes

2021-12-28 Thread Simon Glass
On Sat, 25 Dec 2021 at 12:58, Ovidiu Panait wrote: > > Drop the remaining ifdefs around header includes, to fix an old TODO. > > Signed-off-by: Ovidiu Panait > --- > > common/board_r.c | 9 - > 1 file changed, 9 deletions(-) > Reviewed-by: Simon Glass A nice Christmas present.

[RESEND PATCH 7/7] common: board_r: drop ifdefs around header includes

2021-12-25 Thread Ovidiu Panait
Drop the remaining ifdefs around header includes, to fix an old TODO. Signed-off-by: Ovidiu Panait --- common/board_r.c | 9 - 1 file changed, 9 deletions(-) diff --git a/common/board_r.c b/common/board_r.c index 506aa446fc..18a4849420 100644 --- a/common/board_r.c +++ b/common/board_r