diff options
author | Marek Vasut <marek.vasut+renesas@gmail.com> | 2018-05-02 12:06:48 +0200 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2018-05-20 12:06:55 +0200 |
commit | be0fc10c077b45fff5c9a66e7e6d78c7b0673fb1 (patch) | |
tree | 78277e1be99423d1af1950a500df566310beea2f /arch/arm/mach-rmobile/Makefile | |
parent | 3bb2ff3426505e2b697451d03f962f0580e2e2eb (diff) | |
download | u-boot-be0fc10c077b45fff5c9a66e7e6d78c7b0673fb1.tar.gz |
ARM: rmobile: Drop old R8A7792 PFC tables
All the boards use new modern PFC framework, the old PFC tables
are no longer used, so remove them.
Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'arch/arm/mach-rmobile/Makefile')
-rw-r--r-- | arch/arm/mach-rmobile/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-rmobile/Makefile b/arch/arm/mach-rmobile/Makefile index d8d7a79d29..b54533abae 100644 --- a/arch/arm/mach-rmobile/Makefile +++ b/arch/arm/mach-rmobile/Makefile @@ -11,7 +11,7 @@ obj-$(CONFIG_GLOBAL_TIMER) += timer.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_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 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_RCAR_GEN3) += lowlevel_init_gen3.o cpu_info-rcar.o memmap-gen3.o |