2009-01-21 16:24:39 +00:00
|
|
|
#
|
|
|
|
# (C) Copyright 2008 Stefan Roese <sr@denx.de>, DENX Software Engineering
|
|
|
|
#
|
2013-07-08 07:37:19 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0+
|
2009-01-21 16:24:39 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
#
|
|
|
|
# vct_xxx boards with MIPS 4Kc CPU core
|
|
|
|
#
|
|
|
|
|
2010-10-07 19:51:12 +00:00
|
|
|
ifndef CONFIG_SYS_TEXT_BASE
|
|
|
|
CONFIG_SYS_TEXT_BASE = 0x87000000
|
2009-01-21 16:24:39 +00:00
|
|
|
endif
|