Stefan Roese | 5075279 | 2009-01-21 17:24:39 +0100 | [diff] [blame] | 1 | # |
| 2 | # (C) Copyright 2008 Stefan Roese <sr@denx.de>, DENX Software Engineering |
| 3 | # |
Wolfgang Denk | 1a45966 | 2013-07-08 09:37:19 +0200 | [diff] [blame] | 4 | # SPDX-License-Identifier: GPL-2.0+ |
Stefan Roese | 5075279 | 2009-01-21 17:24:39 +0100 | [diff] [blame] | 5 | # |
| 6 | |
| 7 | # |
| 8 | # vct_xxx boards with MIPS 4Kc CPU core |
| 9 | # |
| 10 | |
Wolfgang Denk | 14d0a02 | 2010-10-07 21:51:12 +0200 | [diff] [blame] | 11 | ifndef CONFIG_SYS_TEXT_BASE |
| 12 | CONFIG_SYS_TEXT_BASE = 0x87000000 |
Stefan Roese | 5075279 | 2009-01-21 17:24:39 +0100 | [diff] [blame] | 13 | endif |