summaryrefslogtreecommitdiffstats
path: root/board/amcc
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-02-07 11:51:36 -0700
committerSimon Glass <sjg@chromium.org>2015-02-12 10:35:30 -0700
commit0bca284b1795942ac8fdd1646f04f49e478f0bcc (patch)
tree3c275e20d36da322acb7b4454741402e123d9026 /board/amcc
parentc1c615735f5f3348a9df0623e366c7182506aebd (diff)
downloadblackbird-obmc-uboot-0bca284b1795942ac8fdd1646f04f49e478f0bcc.tar.gz
blackbird-obmc-uboot-0bca284b1795942ac8fdd1646f04f49e478f0bcc.zip
powerpc: ppc4xx: canyonlands: config: Tidy up CONFIGs and config.mk
Many CONFIG options have an unnecessary value of 1. CONFIG_440 is set in the various board config files. Also simplify the CONFIG_440 check in config.mk Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board/amcc')
-rw-r--r--board/amcc/canyonlands/config.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/board/amcc/canyonlands/config.mk b/board/amcc/canyonlands/config.mk
index 63b8973700..5cc90d2050 100644
--- a/board/amcc/canyonlands/config.mk
+++ b/board/amcc/canyonlands/config.mk
@@ -8,8 +8,6 @@
# AMCC 460EX/460GT Evaluation Board (Canyonlands) board
#
-PLATFORM_CPPFLAGS += -DCONFIG_440=1
-
ifeq ($(debug),1)
PLATFORM_CPPFLAGS += -DDEBUG
endif
OpenPOWER on IntegriCloud