diff options
author | Tom Rini <trini@konsulko.com> | 2022-03-30 18:07:27 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-04-08 10:46:22 -0400 |
commit | 89e9625fc7a7bb42d65492ccdf973cf06a9854fa (patch) | |
tree | 42312448390f14e6eb148291808ac8121c868bdc /board | |
parent | f83f0cb4c723e7b8cc1c2ef39ebfa1fc848cff3d (diff) | |
download | u-boot-89e9625fc7a7bb42d65492ccdf973cf06a9854fa.tar.gz u-boot-89e9625fc7a7bb42d65492ccdf973cf06a9854fa.tar.bz2 u-boot-89e9625fc7a7bb42d65492ccdf973cf06a9854fa.zip |
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>
Diffstat (limited to 'board')
-rw-r--r-- | board/freescale/ls1021atwr/ls1021atwr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/ls1021atwr/ls1021atwr.c b/board/freescale/ls1021atwr/ls1021atwr.c index f0b441db63..4a24495673 100644 --- a/board/freescale/ls1021atwr/ls1021atwr.c +++ b/board/freescale/ls1021atwr/ls1021atwr.c @@ -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", |