plat: remove redundant =1 from -D option
As GCC manual says, -D option defines a macro as 1, if =<value> is omitted.

  -D <name>
      Predefine <name> as a macro, with definition 1.

The same applied with Clang, too.

In the context of -D option, =1 is always redundant.

Change-Id: I487489a1ea3eb51e734741619c1e65dab1420bc4
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
1 parent 9cefb4b commit 1dc1756946a6e4ae1081c92fef935d07096f23e0
@Masahiro Yamada Masahiro Yamada authored on 1 Apr 2020
Showing 4 changed files
View
plat/arm/board/fvp/platform.mk
View
plat/arm/board/juno/platform.mk
View
plat/arm/board/rdn1edge/platform.mk
View
plat/socionext/uniphier/platform.mk