[U-Boot] [PATCH v2 2/6] ARM: socfpga: remove redundant config.mk
Masahiro Yamada
yamada.masahiro at socionext.com
Tue Apr 21 13:38:19 CEST 2015
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 at socionext.com>
---
Changes in v2: None
arch/arm/cpu/armv7/socfpga/config.mk | 8 --------
1 file changed, 8 deletions(-)
delete mode 100644 arch/arm/cpu/armv7/socfpga/config.mk
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
--
1.9.1
More information about the U-Boot
mailing list