[coreboot] [commit] r5451 - in trunk/util/vgabios: . include/console

Myles Watson mylesgw at gmail.com
Fri Apr 16 14:43:20 CEST 2010


> Log:
> enable more warnings for vgabios utility, and enable some debugging
> Signed-off-by: Stefan Reinauer <stepan at coresystems.de>
> Acked-by: Stefan Reinauer <stepan at coresystems.de>
> 
> Modified:
>    trunk/util/vgabios/Makefile
>    trunk/util/vgabios/include/console/console.h


> Modified: trunk/util/vgabios/include/console/console.h
> ==========================================================================
> ====
> --- trunk/util/vgabios/include/console/console.h	Fri Apr 16 03:45:44
> 2010	(r5450)
> +++ trunk/util/vgabios/include/console/console.h	Fri Apr 16 13:45:16
> 2010	(r5451)
> @@ -1,3 +1,4 @@
>  #ifndef _CONSOLE_CONSOLE_H
>  #define _CONSOLE_CONSOLE_H
> +#define CONFIG_X86EMU_DEBUG 1

If this is a config variable it should be set in Kconfig.  If it isn't, it
should probably have a different name.

Thanks,
Myles





More information about the coreboot mailing list