diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-07-30 14:08:24 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-07-30 14:42:03 -0400 |
commit | c6d12624ae9a7822b8c5d8fb5a5fa4f83d862f8f (patch) | |
tree | 4b86fb3a2e999fb0bf816bd55a74892dd5d762e2 /arch/powerpc/cpu/ppc4xx | |
parent | 90f984e397a14d9b77128feff582a44dece4fbaf (diff) | |
download | u-boot-midas-c6d12624ae9a7822b8c5d8fb5a5fa4f83d862f8f.tar.gz u-boot-midas-c6d12624ae9a7822b8c5d8fb5a5fa4f83d862f8f.tar.bz2 u-boot-midas-c6d12624ae9a7822b8c5d8fb5a5fa4f83d862f8f.zip |
powerpc: remove redundant CPU definition
CONFIG_${CPU} is defined by Kconfig.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: Simon Glass <sjg@chromium.org>
Acked-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'arch/powerpc/cpu/ppc4xx')
-rw-r--r-- | arch/powerpc/cpu/ppc4xx/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/cpu/ppc4xx/config.mk b/arch/powerpc/cpu/ppc4xx/config.mk index a7253b2bb4..f87c9dc49b 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)) |