Re: [PATCH 27/32] x86: fsp: Convert fsp_dram to use log_debug()

2020-10-16 Thread Bin Meng
On Mon, Sep 28, 2020 at 12:26 PM Simon Glass wrote: > > Use log_debug() instead of debug() in this file, to enable the extra > features. > > Signed-off-by: Simon Glass > --- > > arch/x86/lib/fsp2/fsp_dram.c | 8 ++-- > 1 file changed, 6 insertions(+), 2 deletions(-) > Reviewed-by: Bin Meng

[PATCH 27/32] x86: fsp: Convert fsp_dram to use log_debug()

2020-09-27 Thread Simon Glass
Use log_debug() instead of debug() in this file, to enable the extra features. Signed-off-by: Simon Glass --- arch/x86/lib/fsp2/fsp_dram.c | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/arch/x86/lib/fsp2/fsp_dram.c b/arch/x86/lib/fsp2/fsp_dram.c index c9f6402e6a4..a