[U-Boot] [PATCH v2 2/3] pci: Remove DEBUG from pci_compat.c
Bin Meng
bmeng.cn at gmail.com
Mon Aug 3 05:33:34 CEST 2015
Remove DEBUG in drivers/pci/pci_compat.c.
Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
---
Changes in v2:
- New patch to remove DEBUG from pci_compat.c
drivers/pci/pci_compat.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/pci/pci_compat.c b/drivers/pci/pci_compat.c
index 05c3510..712c48f 100644
--- a/drivers/pci/pci_compat.c
+++ b/drivers/pci/pci_compat.c
@@ -5,7 +5,6 @@
*
* SPDX-License-Identifier: GPL-2.0+
*/
-#define DEBUG
#include <common.h>
#include <dm.h>
#include <errno.h>
--
1.8.2.1
More information about the U-Boot
mailing list