Re: [PATCH 05/31] fdt: Drop SPL_BUILD macro

2021-11-01 Thread Ilias Apalodimas
Hi Simon, Seems irrelevant to the current series, but can be sent with patch#1 separately? On Mon, 1 Nov 2021 at 03:19, Simon Glass wrote: > > This old macro is not needed anymore since we can use IS_ENABLED() now. > Drop it. > > Signed-off-by: Simon Glass > --- > > drivers/serial/serial-uclas

[PATCH 05/31] fdt: Drop SPL_BUILD macro

2021-10-31 Thread Simon Glass
This old macro is not needed anymore since we can use IS_ENABLED() now. Drop it. Signed-off-by: Simon Glass --- drivers/serial/serial-uclass.c | 3 ++- include/fdtdec.h | 6 -- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/drivers/serial/serial-uclass.c b/driv