]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
board: config.mk: delete unused sinclude directive
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Fri, 28 Feb 2014 11:12:34 +0000 (20:12 +0900)
committerTom Rini <trini@ti.com>
Tue, 4 Mar 2014 17:15:31 +0000 (12:15 -0500)
config.tmp is not there.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
board/freescale/m54418twr/config.mk
board/micronas/vct/config.mk

index b306d031b9c47553bca6bdedd846a0c47aff0450..07f52e0255688cab8f27ae292460d55215e794dd 100644 (file)
@@ -4,6 +4,4 @@
 # SPDX-License-Identifier:     GPL-2.0+
 #
 
-sinclude $(OBJTREE)/board/$(BOARDDIR)/config.tmp
-
 PLATFORM_CPPFLAGS += -DTEXT_BASE=$(CONFIG_SYS_TEXT_BASE)
index 0f004e0ee052ac180f807cc4d009fb8e986cccd0..354d918474f3462a46142989bbc8ca2311852c8b 100644 (file)
@@ -8,8 +8,6 @@
 # vct_xxx boards with MIPS 4Kc CPU core
 #
 
-sinclude $(TOPDIR)/board/$(BOARDDIR)/config.tmp
-
 ifndef CONFIG_SYS_TEXT_BASE
 CONFIG_SYS_TEXT_BASE = 0x87000000
 endif