Re: [PATCH v3 1/4] console: remove #ifdef CONFIG when it is possible

2021-01-16 Thread Tom Rini
On Fri, Dec 18, 2020 at 12:46:43PM +0100, Patrick Delaunay wrote: > From: Patrick Delaunay > > Remove #ifdef or #ifndef for CONFIG when it is possible to simplify > the console.c code and respect the U-Boot coding rules. > > Signed-off-by: Patrick Delaunay > Signed-off-by: Patrick Delaunay >

Re: [PATCH v3 1/4] console: remove #ifdef CONFIG when it is possible

2020-12-18 Thread Simon Glass
On Fri, 18 Dec 2020 at 04:46, Patrick Delaunay wrote: > > From: Patrick Delaunay > > Remove #ifdef or #ifndef for CONFIG when it is possible to simplify > the console.c code and respect the U-Boot coding rules. > > Signed-off-by: Patrick Delaunay > Signed-off-by: Patrick Delaunay > --- > > (no

[PATCH v3 1/4] console: remove #ifdef CONFIG when it is possible

2020-12-18 Thread Patrick Delaunay
From: Patrick Delaunay Remove #ifdef or #ifndef for CONFIG when it is possible to simplify the console.c code and respect the U-Boot coding rules. Signed-off-by: Patrick Delaunay Signed-off-by: Patrick Delaunay --- (no changes since v2) Changes in v2: - update also #ifdef CONFIG_SANDBOX afte