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/ppc4xx/config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/powerpc/cpu/ppc4xx/config.mk') diff --git a/arch/powerpc/cpu/ppc4xx/config.mk b/arch/powerpc/cpu/ppc4xx/config.mk index a7253b2..f87c9dc 100644 --- a/arch/powerpc/cpu/ppc4xx/config.mk +++ b/arch/powerpc/cpu/ppc4xx/config.mk @@ -5,7 +5,7 @@ # SPDX-License-Identifier: GPL-2.0+ # -PLATFORM_CPPFLAGS += -DCONFIG_4xx -mstring -msoft-float +PLATFORM_CPPFLAGS += -mstring -msoft-float cfg=$(srctree)/include/configs/$(CONFIG_SYS_CONFIG_NAME:"%"=%).h is440:=$(shell grep CONFIG_440 $(cfg)) -- cgit v1.1