summaryrefslogtreecommitdiff
path: root/board/renesas/ulcb
diff options
context:
space:
mode:
Diffstat (limited to 'board/renesas/ulcb')
-rw-r--r--board/renesas/ulcb/ulcb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/renesas/ulcb/ulcb.c b/board/renesas/ulcb/ulcb.c
index 068cbde..695cce9 100644
--- a/board/renesas/ulcb/ulcb.c
+++ b/board/renesas/ulcb/ulcb.c
@@ -105,7 +105,7 @@ int board_init(void)
/* USB1 pull-up */
setbits_le32(PFC_PUEN6, PUEN_USB1_OVC | PUEN_USB1_PWEN);
-#ifdef CONFIG_RAVB
+#ifdef CONFIG_RENESAS_RAVB
/* EtherAVB Enable */
/* GPSR2 */
gpio_request(GPIO_GFN_AVB_AVTP_CAPTURE_A, NULL);