allwinner: Unify platform.mk files
authorAndre Przywara <andre.przywara@arm.com>
Thu, 27 Sep 2018 23:37:19 +0000 (00:37 +0100)
committerAndre Przywara <andre.przywara@arm.com>
Sat, 20 Oct 2018 15:23:59 +0000 (16:23 +0100)
commita80490c53e6eb77c21156cca5670599f13366d61
tree9f0ee9c96f6ea69708a5aa0e2731cb15cfb99a2d
parent0595abceba85bee8d6c27e6e122722f816610df7
allwinner: Unify platform.mk files

For the two different platforms we support in the Allwinner port we
mostly rely on header files covering the differences. This leads to the
platform.mk files in the respective directories to be almost identical.

To avoid further divergence and make sure that one platform doesn't
break accidentally, let's create a shared allwinner-common.mk file and
include that from the platform directory.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
plat/allwinner/common/allwinner-common.mk [new file with mode: 0644]
plat/allwinner/sun50i_a64/platform.mk
plat/allwinner/sun50i_h6/platform.mk