[U-Boot] [PATCH 01/10] bios_emulator: Fix an #ifdef typo in the header file

Simon Glass sjg at chromium.org
Thu Jan 15 05:23:24 CET 2015


On 3 January 2015 at 22:10, Bin Meng <bmeng.cn at gmail.com> wrote:
>
> On Tue, Dec 30, 2014 at 10:32 AM, Simon Glass <sjg at chromium.org> wrote:
> > This stops the debug mode from working properly.
> >
> > Signed-off-by: Simon Glass <sjg at chromium.org>
> > ---
> >
> >  drivers/bios_emulator/include/x86emu/debug.h | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/drivers/bios_emulator/include/x86emu/debug.h b/drivers/bios_emulator/include/x86emu/debug.h
> > index 304b2bf..4962a2a 100644
> > --- a/drivers/bios_emulator/include/x86emu/debug.h
> > +++ b/drivers/bios_emulator/include/x86emu/debug.h
> > @@ -102,7 +102,7 @@
> >  # define ERR_PRINTF(x)         printf(x)
> >  # define ERR_PRINTF2(x, y)     printf(x, y)
> >
> > -#ifdef CONFIG_X86EMU_DEBUG103
> > +#ifdef CONFIG_X86EMU_DEBUG
> >
> >
> >  # define DECODE_PRINTF(x)      if (DEBUG_DECODE()) \
> > --
>
> Reviewed-by: Bin Meng <bmeng.cn at gmail.com>

Applied to u-boot-x86.


More information about the U-Boot mailing list