diff mbox

[U-Boot,2/6] ARM: socfpga: remove redundant config.mk

Message ID 1429582198-26907-3-git-send-email-yamada.masahiro@socionext.com
State Superseded
Delegated to: Marek Vasut
Headers show

Commit Message

Masahiro Yamada April 21, 2015, 2:09 a.m. UTC
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>
---

 arch/arm/cpu/armv7/socfpga/config.mk | 8 --------
 1 file changed, 8 deletions(-)
 delete mode 100644 arch/arm/cpu/armv7/socfpga/config.mk
diff mbox

Patch

diff --git a/arch/arm/cpu/armv7/socfpga/config.mk b/arch/arm/cpu/armv7/socfpga/config.mk
deleted file mode 100644
index 3d18491..0000000
--- 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