xtensa: remove arch specific early DT functions
authorRob Herring <robh@kernel.org>
Fri, 5 Jan 2018 22:18:35 +0000 (16:18 -0600)
committerRob Herring <robh@kernel.org>
Tue, 30 Jan 2018 17:17:37 +0000 (11:17 -0600)
commit3a6fbcb2e2e4b263df1cc8647ce1858c57ddc805
tree0c4f6249dd821afc9158d988ec9f1d3c61481fa6
parentb75e250a90519c6ebecc15d23dfc693f8a725181
xtensa: remove arch specific early DT functions

Now that the DT core code handles bootmem arches, we can remove the xtensa
specific early_init_dt_alloc_memory_arch function. The common
early_init_dt_add_memory_arch can be used too now that xtensa switched to
memblock.

Cc: Chris Zankel <chris@zankel.net>
Cc: linux-xtensa@linux-xtensa.org
Acked-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Rob Herring <robh@kernel.org>
arch/xtensa/kernel/setup.c