Albert Aribaud | ce9c227 | 2010-06-17 19:38:21 +0530 | [diff] [blame] | 1 | # |
Albert ARIBAUD | 57b4bce | 2011-04-22 19:41:02 +0200 | [diff] [blame] | 2 | # Copyright (C) 2010 Albert ARIBAUD <albert.u.boot@aribaud.net> |
Albert Aribaud | ce9c227 | 2010-06-17 19:38:21 +0530 | [diff] [blame] | 3 | # |
| 4 | # (C) Copyright 2009 |
| 5 | # Marvell Semiconductor <www.marvell.com> |
| 6 | # Written-by: Prafulla Wadaskar <prafulla@marvell.com> |
| 7 | # |
| 8 | # See file CREDITS for list of people who contributed to this |
| 9 | # project. |
| 10 | # |
| 11 | # This program is free software; you can redistribute it and/or |
| 12 | # modify it under the terms of the GNU General Public License as |
| 13 | # published by the Free Software Foundation; either version 2 of |
| 14 | # the License, or (at your option) any later version. |
| 15 | # |
| 16 | # This program is distributed in the hope that it will be useful, |
| 17 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 18 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 19 | # GNU General Public License for more details. |
| 20 | # |
| 21 | # You should have received a copy of the GNU General Public License |
| 22 | # along with this program; if not, write to the Free Software |
| 23 | # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, |
| 24 | # MA 02110-1301 USA |
| 25 | # |
| 26 | |
Albert Aribaud | 0693923 | 2010-10-11 13:13:29 +0200 | [diff] [blame] | 27 | # TEXT_BASE must equal the intended FLASH location of u-boot. |
Wolfgang Denk | 6d8d4ef | 2010-10-19 21:07:52 +0200 | [diff] [blame] | 28 | CONFIG_SYS_TEXT_BASE = 0xfff90000 |