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/mpc83xx | |
parent | 90f984e397a14d9b77128feff582a44dece4fbaf (diff) | |
download | talos-obmc-uboot-c6d12624ae9a7822b8c5d8fb5a5fa4f83d862f8f.tar.gz talos-obmc-uboot-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/mpc83xx')
-rw-r--r-- | arch/powerpc/cpu/mpc83xx/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/cpu/mpc83xx/config.mk b/arch/powerpc/cpu/mpc83xx/config.mk index dfce4d53b4..0c083504ed 100644 --- a/arch/powerpc/cpu/mpc83xx/config.mk +++ b/arch/powerpc/cpu/mpc83xx/config.mk @@ -4,4 +4,4 @@ # SPDX-License-Identifier: GPL-2.0+ # -PLATFORM_CPPFLAGS += -DCONFIG_MPC83xx -DCONFIG_E300 -msoft-float +PLATFORM_CPPFLAGS += -DCONFIG_E300 -msoft-float |