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/mpc5xx/config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/powerpc/cpu/mpc5xx') diff --git a/arch/powerpc/cpu/mpc5xx/config.mk b/arch/powerpc/cpu/mpc5xx/config.mk index 31e2dc9..dd2ec37 100644 --- a/arch/powerpc/cpu/mpc5xx/config.mk +++ b/arch/powerpc/cpu/mpc5xx/config.mk @@ -5,4 +5,4 @@ # SPDX-License-Identifier: GPL-2.0+ # -PLATFORM_CPPFLAGS += -DCONFIG_5xx -mpowerpc -msoft-float +PLATFORM_CPPFLAGS += -mpowerpc -msoft-float -- cgit v1.1