Skip to content
Snippets Groups Projects
Commit 3bb2ff34 authored by Marek Vasut's avatar Marek Vasut Committed by Marek Vasut
Browse files

ARM: rmobile: Drop old R8A7791 PFC tables


All the boards use new modern PFC framework, the old PFC tables
are no longer used, so remove them.

Signed-off-by: default avatarMarek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
parent 70b5de78
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ obj-$(CONFIG_DISPLAY_BOARDINFO) += board.o ...@@ -10,7 +10,7 @@ obj-$(CONFIG_DISPLAY_BOARDINFO) += board.o
obj-$(CONFIG_GLOBAL_TIMER) += timer.o obj-$(CONFIG_GLOBAL_TIMER) += timer.o
obj-$(CONFIG_R8A7740) += lowlevel_init.o cpu_info-r8a7740.o pfc-r8a7740.o obj-$(CONFIG_R8A7740) += lowlevel_init.o cpu_info-r8a7740.o pfc-r8a7740.o
obj-$(CONFIG_R8A7790) += lowlevel_init_ca15.o cpu_info-rcar.o obj-$(CONFIG_R8A7790) += lowlevel_init_ca15.o cpu_info-rcar.o
obj-$(CONFIG_R8A7791) += lowlevel_init_ca15.o cpu_info-rcar.o pfc-r8a7791.o obj-$(CONFIG_R8A7791) += lowlevel_init_ca15.o cpu_info-rcar.o
obj-$(CONFIG_R8A7792) += lowlevel_init_ca15.o cpu_info-rcar.o pfc-r8a7792.o obj-$(CONFIG_R8A7792) += lowlevel_init_ca15.o cpu_info-rcar.o pfc-r8a7792.o
obj-$(CONFIG_R8A7793) += lowlevel_init_ca15.o cpu_info-rcar.o pfc-r8a7793.o obj-$(CONFIG_R8A7793) += lowlevel_init_ca15.o cpu_info-rcar.o pfc-r8a7793.o
obj-$(CONFIG_R8A7794) += lowlevel_init_ca15.o cpu_info-rcar.o pfc-r8a7794.o obj-$(CONFIG_R8A7794) += lowlevel_init_ca15.o cpu_info-rcar.o pfc-r8a7794.o
......
...@@ -7,9 +7,6 @@ void sh73a0_pinmux_init(void); ...@@ -7,9 +7,6 @@ void sh73a0_pinmux_init(void);
#elif defined(CONFIG_R8A7740) #elif defined(CONFIG_R8A7740)
#include "r8a7740-gpio.h" #include "r8a7740-gpio.h"
void r8a7740_pinmux_init(void); void r8a7740_pinmux_init(void);
#elif defined(CONFIG_R8A7791)
#include "r8a7791-gpio.h"
void r8a7791_pinmux_init(void);
#elif defined(CONFIG_R8A7792) #elif defined(CONFIG_R8A7792)
#include "r8a7792-gpio.h" #include "r8a7792-gpio.h"
void r8a7792_pinmux_init(void); void r8a7792_pinmux_init(void);
......
This diff is collapsed.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment