ls1021atwr: Use DEBUG and not CONFIG_DEBUG
We use 'DEBUG' and not 'CONFIG_DEBUG' tree-wide for debug code that is left in, and not wrapped by some other regular debugging type print macro. Cc: Alison Wang <alison.wang@nxp.com> Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
f83f0cb4c7
commit
89e9625fc7
@ -107,7 +107,7 @@ static void cpld_show(void)
|
||||
in_8(&cpld_data->pcba_ver) & VERSION_MASK,
|
||||
in_8(&cpld_data->vbank) & BANK_MASK);
|
||||
|
||||
#ifdef CONFIG_DEBUG
|
||||
#ifdef DEBUG
|
||||
printf("soft_mux_on =%x\n",
|
||||
in_8(&cpld_data->soft_mux_on));
|
||||
printf("cfg_rcw_src1 =%x\n",
|
||||
|
Loading…
Reference in New Issue
Block a user