mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 06:31:31 +00:00
pci: Allow debug message output in pci_auto.c
Remove the '#undef DEBUG' in pci_auto.c so that we can enable debug message output via '-DDEBUG'. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
9c4f541237
commit
1b73b1c7fb
1 changed files with 0 additions and 1 deletions
|
@ -14,7 +14,6 @@
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <pci.h>
|
#include <pci.h>
|
||||||
|
|
||||||
#undef DEBUG
|
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
#define DEBUGF(x...) printf(x)
|
#define DEBUGF(x...) printf(x)
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Add table
Reference in a new issue