memory: move jedec_ddr_data.c from lib/ to drivers/memory/
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 3 Jun 2019 08:12:32 +0000 (17:12 +0900)
committerOlof Johansson <olof@lixom.net>
Mon, 17 Jun 2019 11:45:17 +0000 (04:45 -0700)
commit7b43b8fdc9a6283c0b9405542c4406cfa1e5689a
tree0f7636ea8a4d75a61e3436adcac92ba82a542be6
parentc9727db7cc1da03ea4247010e47597c617ee2176
memory: move jedec_ddr_data.c from lib/ to drivers/memory/

jedec_ddr_data.c exports 3 symbols, and all of them are only
referenced from drivers/memory/{emif.c,of_memory.c}

drivers/memory/ is a better location than lib/.

I removed the Kconfig prompt "JEDEC DDR data" because it is only
select'ed by TI_EMIF, and there is no other user. There is no good
reason in making it a user-configurable CONFIG option.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
drivers/memory/Kconfig
drivers/memory/Makefile
drivers/memory/jedec_ddr_data.c [new file with mode: 0644]
lib/Kconfig
lib/Makefile
lib/jedec_ddr_data.c [deleted file]