mirror of
https://xff.cz/git/u-boot/
synced 2025-10-01 15:31:27 +02:00
board: config.mk: delete unused sinclude directive
config.tmp is not there. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
This commit is contained in:
committed by
Tom Rini
parent
1900d3cfad
commit
e0708fb539
@@ -4,6 +4,4 @@
|
|||||||
# SPDX-License-Identifier: GPL-2.0+
|
# SPDX-License-Identifier: GPL-2.0+
|
||||||
#
|
#
|
||||||
|
|
||||||
sinclude $(OBJTREE)/board/$(BOARDDIR)/config.tmp
|
|
||||||
|
|
||||||
PLATFORM_CPPFLAGS += -DTEXT_BASE=$(CONFIG_SYS_TEXT_BASE)
|
PLATFORM_CPPFLAGS += -DTEXT_BASE=$(CONFIG_SYS_TEXT_BASE)
|
||||||
|
@@ -8,8 +8,6 @@
|
|||||||
# vct_xxx boards with MIPS 4Kc CPU core
|
# vct_xxx boards with MIPS 4Kc CPU core
|
||||||
#
|
#
|
||||||
|
|
||||||
sinclude $(TOPDIR)/board/$(BOARDDIR)/config.tmp
|
|
||||||
|
|
||||||
ifndef CONFIG_SYS_TEXT_BASE
|
ifndef CONFIG_SYS_TEXT_BASE
|
||||||
CONFIG_SYS_TEXT_BASE = 0x87000000
|
CONFIG_SYS_TEXT_BASE = 0x87000000
|
||||||
endif
|
endif
|
||||||
|
Reference in New Issue
Block a user