summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorStefano Babic <sbabic@denx.de>2011-08-30 00:52:43 +0000
committerWolfgang Denk <wd@denx.de>2011-10-05 22:03:09 +0200
commitcc9abfe4ceb360e9adedc4ed44eae0fcc3fd184c (patch)
treed9532a6f4f30f9b31ac5e4f4112b4da4d6b0e241 /Makefile
parent646ad9e705822d47638b0d5d55631f3e6858ba73 (diff)
downloadblackbird-obmc-uboot-cc9abfe4ceb360e9adedc4ed44eae0fcc3fd184c.tar.gz
blackbird-obmc-uboot-cc9abfe4ceb360e9adedc4ed44eae0fcc3fd184c.zip
Makefile: remove mx31pdk exception
An entry in the main Makefile for the mx31pdk board is not necessary, and the board is added to boards.cfg as all other targets. Signed-off-by: Stefano Babic <sbabic@denx.de> CC: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/Makefile b/Makefile
index 9a557ac0b3..cd6fc8c916 100644
--- a/Makefile
+++ b/Makefile
@@ -888,16 +888,6 @@ apollon_config : unconfig
@echo "CONFIG_ONENAND_U_BOOT = y" >> $(obj)include/config.mk
@$(MKCONFIG) $@ arm arm1136 apollon - omap24xx
-mx31pdk_config \
-mx31pdk_nand_config : unconfig
- @mkdir -p $(obj)include
- @if [ -n "$(findstring _nand_,$@)" ]; then \
- echo "#define CONFIG_NAND_U_BOOT" >> $(obj)include/config.h; \
- else \
- echo "#define CONFIG_SKIP_LOWLEVEL_INIT" >> $(obj)include/config.h; \
- fi
- @$(MKCONFIG) -n $@ -a mx31pdk arm arm1136 mx31pdk freescale mx31
-
#########################################################################
## ARM1176 Systems
#########################################################################
OpenPOWER on IntegriCloud