mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 15:37:23 +00:00
a56bd92289
Add support for OMAP730 Perseus2 Development board * Patch by Alan J. Luse, 29 Apr 2004: Fix flash chip-select (OR0) option register setting on FADS boards. * Patch by Alan J. Luse, 29 Apr 2004: Report MII network speed and duplex setting properly when auto-negotiate is not enabled. * Patch by Jarrett Redd, 29 Apr 2004: Fix hang on reset on Ocotea board due to flash in wrong mode.
25 lines
578 B
Makefile
25 lines
578 B
Makefile
#
|
|
# (C) Copyright 2002
|
|
# Gary Jennejohn, DENX Software Engineering, <gj@denx.de>
|
|
# David Mueller, ELSOFT AG, <d.mueller@elsoft.ch>
|
|
#
|
|
# (C) Copyright 2003
|
|
# Texas Instruments, <www.ti.com>
|
|
# Kshitij Gupta <Kshitij@ti.com>
|
|
#
|
|
# TI Perseus 2 board with OMAP720 (ARM925EJS) cpu
|
|
# see http://www.ti.com/ for more information on Texas Instruments
|
|
#
|
|
# Innovator has 1 bank of 256 MB SDRAM
|
|
# Physical Address:
|
|
# 1000'0000 to 2000'0000
|
|
#
|
|
#
|
|
# Linux-Kernel is expected to be at 1000'8000, entry 1000'8000
|
|
# (mem base + reserved)
|
|
#
|
|
# we load ourself to 1108'0000
|
|
#
|
|
#
|
|
|
|
TEXT_BASE = 0x11080000
|