summaryrefslogtreecommitdiff
path: root/src/jtag/ep93xx.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/jtag/ep93xx.c')
-rw-r--r--src/jtag/ep93xx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/jtag/ep93xx.c b/src/jtag/ep93xx.c
index f7f741fe..5643e3f7 100644
--- a/src/jtag/ep93xx.c
+++ b/src/jtag/ep93xx.c
@@ -209,8 +209,8 @@ int ep93xx_init(void)
gpio_data_register = gpio_controller + 0x08;
gpio_data_direction_register = gpio_controller + 0x18;
- INFO("gpio_data_register = %p\n", gpio_data_register);
- INFO("gpio_data_direction_reg = %p\n", gpio_data_direction_register);
+ LOG_INFO("gpio_data_register = %p\n", gpio_data_register);
+ LOG_INFO("gpio_data_direction_reg = %p\n", gpio_data_direction_register);
/*
* Configure bit 0 (TDO) as an input, and bits 1-5 (TDI, TCK
* TMS, TRST, SRST) as outputs. Drive TDI and TCK low, and