Skip to content
Snippets Groups Projects
Commit e0708fb5 authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Tom Rini
Browse files

board: config.mk: delete unused sinclude directive


config.tmp is not there.

Signed-off-by: default avatarMasahiro Yamada <yamada.m@jp.panasonic.com>
parent 1900d3cf
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,4 @@
# SPDX-License-Identifier: GPL-2.0+
#
sinclude $(OBJTREE)/board/$(BOARDDIR)/config.tmp
PLATFORM_CPPFLAGS += -DTEXT_BASE=$(CONFIG_SYS_TEXT_BASE)
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment