Re: [PATCH 13/32] x86: Use if instead of #ifdef in write_tables()

2020-10-16 Thread Bin Meng
On Mon, Sep 28, 2020 at 12:26 PM Simon Glass wrote: > > Use if() to remove the extra build path in this code. > > Signed-off-by: Simon Glass > --- > > arch/x86/lib/tables.c | 38 +++--- > 1 file changed, 19 insertions(+), 19 deletions(-) > Reviewed-by: Bin Meng

[PATCH 13/32] x86: Use if instead of #ifdef in write_tables()

2020-09-27 Thread Simon Glass
Use if() to remove the extra build path in this code. Signed-off-by: Simon Glass --- arch/x86/lib/tables.c | 38 +++--- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/arch/x86/lib/tables.c b/arch/x86/lib/tables.c index 43b61a7aeac..62be6746282 10