ARM: Fix Makefile during SPL and TPL build
authorMarek Vasut <marek.vasut@gmail.com>
Sat, 7 Apr 2018 14:06:36 +0000 (16:06 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 11 Apr 2018 17:22:06 +0000 (13:22 -0400)
commita821a77aa748bf704a1494f322ed480e49a6118d
treece55b0c8ca1685a8e6d9195c7d99f6e1de6eb38a
parenta9d7990dc4bde63a30ebeb2f2f49f6e2b9283605
ARM: Fix Makefile during SPL and TPL build

The tiny variants of memset and memcpy implementations can be
built for TPL as well, check whether a TPL build is in progress
and avoid including the default variants.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Simon Glass <sjg@chromium.org>
Cc: Tom Rini <trini@konsulko.com>
arch/arm/lib/Makefile