summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-uniphier/dram/Makefile
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-01-09 01:51:11 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2016-01-13 01:54:45 +0900
commit9ca661642668ad833432a1f2f0086df5101ef48b (patch)
tree52ef3ca3f88c0c547093a520cdaf2ddc2b64ac44 /arch/arm/mach-uniphier/dram/Makefile
parent9475f8de88dc397450cc28912af96595da45d5c8 (diff)
downloadtalos-obmc-uboot-9ca661642668ad833432a1f2f0086df5101ef48b.tar.gz
talos-obmc-uboot-9ca661642668ad833432a1f2f0086df5101ef48b.zip
ARM: uniphier: move cmd_ddrphy.c to dram subdirectory
This command shows the register dump of the DDR PHY, so it would be more at home in the dram subdirectory. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/arm/mach-uniphier/dram/Makefile')
-rw-r--r--arch/arm/mach-uniphier/dram/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-uniphier/dram/Makefile b/arch/arm/mach-uniphier/dram/Makefile
index d3a767b525..99e9c86d5b 100644
--- a/arch/arm/mach-uniphier/dram/Makefile
+++ b/arch/arm/mach-uniphier/dram/Makefile
@@ -8,3 +8,5 @@ obj-$(CONFIG_ARCH_UNIPHIER_PH1_PRO4) += umc-ph1-pro4.o \
ddrphy-training.o ddrphy-ph1-pro4.o
obj-$(CONFIG_ARCH_UNIPHIER_PH1_SLD8) += umc-ph1-sld8.o \
ddrphy-training.o ddrphy-ph1-sld8.o
+
+obj-$(CONFIG_CMD_DDRPHY_DUMP) += cmd_ddrphy.o
OpenPOWER on IntegriCloud