Re: [PATCH v3 2/4] sf: Tidy up code to avoid #ifdef

2021-08-02 Thread Pratyush Yadav
On 01/08/21 03:12PM, Simon Glass wrote: > Update this code to use IS_ENABLED() instead. > > Signed-off-by: Simon Glass > --- > > (no changes since v1) > > cmd/sf.c | 32 ++-- > 1 file changed, 14 insertions(+), 18 deletions(-) > > diff --git a/cmd/sf.c b/cmd/sf.c

[PATCH v3 2/4] sf: Tidy up code to avoid #ifdef

2021-08-01 Thread Simon Glass
Update this code to use IS_ENABLED() instead. Signed-off-by: Simon Glass --- (no changes since v1) cmd/sf.c | 32 ++-- 1 file changed, 14 insertions(+), 18 deletions(-) diff --git a/cmd/sf.c b/cmd/sf.c index 46346fb9d43..d4f5ecee38c 100644 --- a/cmd/sf.c +++