Michael Jones | 84d7a01 | 2011-11-04 13:53:44 -0400 | [diff] [blame] | 1 | # |
| 2 | # (C) Copyright 2006 |
| 3 | # Texas Instruments, <www.ti.com> |
| 4 | # |
| 5 | # Beagle Board uses OMAP3 (ARM-CortexA8) cpu |
| 6 | # see http://www.ti.com/ for more information on Texas Instruments |
| 7 | # |
Wolfgang Denk | 1a45966 | 2013-07-08 09:37:19 +0200 | [diff] [blame] | 8 | # SPDX-License-Identifier: GPL-2.0+ |
Michael Jones | 84d7a01 | 2011-11-04 13:53:44 -0400 | [diff] [blame] | 9 | # |
| 10 | # Physical Address: |
| 11 | # 8000'0000 (bank0) |
| 12 | # A000/0000 (bank1) |
| 13 | # Linux-Kernel is expected to be at 8000'8000, entry 8000'8000 |
| 14 | # (mem base + reserved) |
| 15 | |
| 16 | # For use with external or internal boots. |
| 17 | CONFIG_SYS_TEXT_BASE = 0x80008000 |