blob: 0f004e0ee052ac180f807cc4d009fb8e986cccd0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#
# (C) Copyright 2008 Stefan Roese <sr@denx.de>, DENX Software Engineering
#
# SPDX-License-Identifier: GPL-2.0+
#
#
# 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
|