From c6d12624ae9a7822b8c5d8fb5a5fa4f83d862f8f Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Wed, 30 Jul 2014 14:08:24 +0900 Subject: powerpc: remove redundant CPU definition CONFIG_${CPU} is defined by Kconfig. Signed-off-by: Masahiro Yamada Acked-by: Simon Glass Acked-by: Stefan Roese --- arch/powerpc/cpu/74xx_7xx/config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/powerpc/cpu/74xx_7xx') diff --git a/arch/powerpc/cpu/74xx_7xx/config.mk b/arch/powerpc/cpu/74xx_7xx/config.mk index 96812a0..4cd1a26 100644 --- a/arch/powerpc/cpu/74xx_7xx/config.mk +++ b/arch/powerpc/cpu/74xx_7xx/config.mk @@ -5,4 +5,4 @@ # SPDX-License-Identifier: GPL-2.0+ # -PLATFORM_CPPFLAGS += -DCONFIG_74xx_7xx -mstring +PLATFORM_CPPFLAGS += -mstring -- cgit v1.1