tf-a-eclair-*: Build with DEBUG=1

Looking at the source code, DEBUG=1 mostly enables more code to be compiled
(e.g., asserts), and doesn't switch (if/else) different codepaths. So, it
makes sense to enable DEBUG by default - we'll just get more code coverage
with it.

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
Change-Id: I6c68f4e05d221d94aafcbfc21128c0326a8fd230
2 files changed