summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/armv7/socfpga
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2015-04-21 20:38:19 +0900
committerMarek Vasut <marex@denx.de>2015-05-07 05:19:29 +0200
commita02a669c111e16b9be26c176b874a1a622f12aba (patch)
treec1b5cc955a634230c93e3c65e529303c4c329493 /arch/arm/cpu/armv7/socfpga
parentcc25d85be3ffb5fc29279f17b8d68dc0e44dd19c (diff)
downloadblackbird-obmc-uboot-a02a669c111e16b9be26c176b874a1a622f12aba.tar.gz
blackbird-obmc-uboot-a02a669c111e16b9be26c176b874a1a622f12aba.zip
ARM: socfpga: remove redundant config.mk
Because all the SOCFPGA boards define CONFIG_SPL_FRAMEWORK (see include/configs/socfpga_common.h), u-boot.img is automatically added to the target image list by the top Makefile. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/arm/cpu/armv7/socfpga')
-rw-r--r--arch/arm/cpu/armv7/socfpga/config.mk8
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/arm/cpu/armv7/socfpga/config.mk b/arch/arm/cpu/armv7/socfpga/config.mk
deleted file mode 100644
index 3d18491577..0000000000
--- a/arch/arm/cpu/armv7/socfpga/config.mk
+++ /dev/null
@@ -1,8 +0,0 @@
-#
-# Copyright (C) 2011, Texas Instruments, Incorporated - http://www.ti.com/
-#
-# SPDX-License-Identifier: GPL-2.0+
-#
-ifndef CONFIG_SPL_BUILD
-ALL-y += u-boot.img
-endif
OpenPOWER on IntegriCloud