Re: [U-Boot] [PATCH v2 1/6] pci: Allow debug message output in pci_auto.c

2015-06-02 Thread Simon Glass
On 18 May 2015 at 15:39, Simon Glass wrote: > On 15 May 2015 at 19:33, Bin Meng wrote: >> Remove the '#undef DEBUG' in pci_auto.c so that we can enable debug >> message output via '-DDEBUG'. >> >> Signed-off-by: Bin Meng >> >> --- >> >> Changes in v2: >> - Commit meessage minor update >> >> dri

Re: [U-Boot] [PATCH v2 1/6] pci: Allow debug message output in pci_auto.c

2015-05-18 Thread Simon Glass
On 15 May 2015 at 19:33, Bin Meng wrote: > Remove the '#undef DEBUG' in pci_auto.c so that we can enable debug > message output via '-DDEBUG'. > > Signed-off-by: Bin Meng > > --- > > Changes in v2: > - Commit meessage minor update > > drivers/pci/pci_auto.c | 1 - > 1 file changed, 1 deletion(-)

[U-Boot] [PATCH v2 1/6] pci: Allow debug message output in pci_auto.c

2015-05-15 Thread Bin Meng
Remove the '#undef DEBUG' in pci_auto.c so that we can enable debug message output via '-DDEBUG'. Signed-off-by: Bin Meng --- Changes in v2: - Commit meessage minor update drivers/pci/pci_auto.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/pci/pci_auto.c b/drivers/pci/pci_auto.c