[Skiboot] [PATCH v12 02/23] core/fdt: Improve debugging functionality

Andrew Donnellan andrew.donnellan at au1.ibm.com
Fri Jun 10 15:25:21 AEST 2016


On 10/06/16 15:03, Gavin Shan wrote:
>   #undef DEBUG_FDT
> +#ifdef DEBUG_FDT
> +#define FDT_DBG(fmt, a...)	prlog(PR_DEBUG, "FDT: " fmt, ##a)
> +#else
> +#define FDT_DBG(fmt, a...)
> +#endif

I don't see why it should require DEBUG_FDT, but I'm not particularly 
fussed by this.

-- 
Andrew Donnellan              OzLabs, ADL Canberra
andrew.donnellan at au1.ibm.com  IBM Australia Limited



More information about the Skiboot mailing list