diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-04-21 20:38:19 +0900 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2015-05-07 05:19:29 +0200 |
commit | a02a669c111e16b9be26c176b874a1a622f12aba (patch) | |
tree | c1b5cc955a634230c93e3c65e529303c4c329493 /arch/arm/cpu | |
parent | cc25d85be3ffb5fc29279f17b8d68dc0e44dd19c (diff) | |
download | u-boot-imx-a02a669c111e16b9be26c176b874a1a622f12aba.zip u-boot-imx-a02a669c111e16b9be26c176b874a1a622f12aba.tar.gz u-boot-imx-a02a669c111e16b9be26c176b874a1a622f12aba.tar.bz2 |
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')
-rw-r--r-- | arch/arm/cpu/armv7/socfpga/config.mk | 8 |
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 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 |