blob: 0f004e0ee052ac180f807cc4d009fb8e986cccd0 [file] [log] [blame]
Stefan Roese50752792009-01-21 17:24:39 +01001#
2# (C) Copyright 2008 Stefan Roese <sr@denx.de>, DENX Software Engineering
3#
Wolfgang Denk1a459662013-07-08 09:37:19 +02004# SPDX-License-Identifier: GPL-2.0+
Stefan Roese50752792009-01-21 17:24:39 +01005#
6
7#
8# vct_xxx boards with MIPS 4Kc CPU core
9#
10
11sinclude $(TOPDIR)/board/$(BOARDDIR)/config.tmp
12
Wolfgang Denk14d0a022010-10-07 21:51:12 +020013ifndef CONFIG_SYS_TEXT_BASE
14CONFIG_SYS_TEXT_BASE = 0x87000000
Stefan Roese50752792009-01-21 17:24:39 +010015endif