Timur Tabi | c59e1b4 | 2010-06-14 15:28:24 -0500 | [diff] [blame] | 1 | # |
2 | # Copyright 2010 Freescale Semiconductor, Inc. | ||||
3 | # | ||||
4 | # This program is free software; you can redistribute it and/or modify it | ||||
5 | # under the terms of the GNU General Public License as published by the Free | ||||
6 | # Software Foundation; either version 2 of the License, or (at your option) | ||||
7 | # any later version. | ||||
8 | # | ||||
9 | |||||
10 | ifndef TEXT_BASE | ||||
11 | TEXT_BASE = 0xeff80000 | ||||
12 | endif | ||||
13 | |||||
14 | RESET_VECTOR_ADDRESS = 0xeffffffc |