Commit 3158b6f606737a68a70a26bcc3484b5d64902ac0

Authored by Marek Vasut
Committed by Nobuhiro Iwamatsu
1 parent f7f79b4493

ARM: rmobile: Replace CONFIG_RAVB with CONFIG_RENESAS_RAVB in boards

The configuration option name is the later, so replace usage of
CONFIG_RAVB in board files with CONFIG_RENESAS_RAVB , otherwise
the RAVB pinmux is not set and ethernet does not work.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>

Showing 2 changed files with 2 additions and 2 deletions Side-by-side Diff

board/renesas/salvator-x/salvator-x.c
... ... @@ -116,7 +116,7 @@
116 116 /* USB1 pull-up */
117 117 setbits_le32(PFC_PUEN6, PUEN_USB1_OVC | PUEN_USB1_PWEN);
118 118  
119   -#ifdef CONFIG_RAVB
  119 +#ifdef CONFIG_RENESAS_RAVB
120 120 /* EtherAVB Enable */
121 121 /* GPSR2 */
122 122 gpio_request(GPIO_GFN_AVB_AVTP_CAPTURE_A, NULL);
board/renesas/ulcb/ulcb.c
... ... @@ -105,7 +105,7 @@
105 105 /* USB1 pull-up */
106 106 setbits_le32(PFC_PUEN6, PUEN_USB1_OVC | PUEN_USB1_PWEN);
107 107  
108   -#ifdef CONFIG_RAVB
  108 +#ifdef CONFIG_RENESAS_RAVB
109 109 /* EtherAVB Enable */
110 110 /* GPSR2 */
111 111 gpio_request(GPIO_GFN_AVB_AVTP_CAPTURE_A, NULL);