diff options
author | Tom Rini <trini@konsulko.com> | 2017-08-21 07:16:16 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-08-21 07:16:16 -0400 |
commit | 8197d92843952b376915fdbcbf67c723feab1532 (patch) | |
tree | da0c744f5254b549498293dc2e148c59af0b9f8d /arch/arm/mach-uniphier/boot-device/Makefile | |
parent | 2d7cb5b426e7e0cdf684d7f8029ad132d7a8d383 (diff) | |
parent | 3444d1d40e9ee42ba7423f4fa6651703a8666bc1 (diff) |
Merge git://git.denx.de/u-boot-uniphier
- Fix unmet direct dependencies warning
- Remove old sLD3 SoC support
- Update reset data
- Add dr_mode DT property to avoid warning
Diffstat (limited to 'arch/arm/mach-uniphier/boot-device/Makefile')
-rw-r--r-- | arch/arm/mach-uniphier/boot-device/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-uniphier/boot-device/Makefile b/arch/arm/mach-uniphier/boot-device/Makefile index b357292130..6c8580ce79 100644 --- a/arch/arm/mach-uniphier/boot-device/Makefile +++ b/arch/arm/mach-uniphier/boot-device/Makefile @@ -4,7 +4,6 @@ obj-y += boot-device.o -obj-$(CONFIG_ARCH_UNIPHIER_SLD3) += boot-device-sld3.o obj-$(CONFIG_ARCH_UNIPHIER_LD4) += boot-device-ld4.o obj-$(CONFIG_ARCH_UNIPHIER_PRO4) += boot-device-ld4.o obj-$(CONFIG_ARCH_UNIPHIER_SLD8) += boot-device-ld4.o |