commit | 6e3abf33a37ec6639251652a7811e99983f7b082 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut@gmail.com> | Sat Apr 07 16:06:36 2018 +0200 |
committer | Tom Rini <trini@konsulko.com> | Wed Apr 11 13:22:06 2018 -0400 |
tree | ce55b0c8ca1685a8e6d9195c7d99f6e1de6eb38a | |
parent | de570f0bcc3bd5616901ffcd8c4a7ec46e22c327 [diff] |
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>