mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 15:37:23 +00:00
80885a9d52
NS9750 DevBoard added * Patch by Pierre AUBERT, 24 Feb 2004 add USB support for MPC5200 * Patch by Steven Scholz, 24 Feb 2004: - fix MII commands to use values from last command * Patch by Torsten Demke, 24 Feb 2004: Add support for the eXalion platform (SPSW-8240, F-30, F-300)
16 lines
365 B
Makefile
16 lines
365 B
Makefile
#######################################################################
|
|
#
|
|
# Copyright (C) 2004 by FS Forth-Systeme GmbH.
|
|
# Markus Pietrek <mpietrek@fsforth.de>
|
|
#
|
|
# @TODO
|
|
# Linux-Kernel is expected to be at 0000'8000, entry 0000'8000
|
|
# optionally with a ramdisk at 0080'0000
|
|
#
|
|
# we load ourself to 0078'0000
|
|
#
|
|
# download area is 0060'0000
|
|
#
|
|
|
|
|
|
TEXT_BASE = 0x00780000
|