diff options
author | Wolfgang Denk <wd@denx.de> | 2010-11-17 20:54:39 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-11-17 20:54:39 +0100 |
commit | d7b1970015e62d37b26bb6b94b64ae36728c63cc (patch) | |
tree | 616f994080fb1c0c204e2a77d7a2bb574ba9521d /board/timll | |
parent | 8ad25bf8d9233eb7d0b614612108622a59069354 (diff) | |
parent | 858ecd9ac3434e011e84d5fd9013bd1ee199dbdc (diff) | |
download | u-boot-imx-d7b1970015e62d37b26bb6b94b64ae36728c63cc.zip u-boot-imx-d7b1970015e62d37b26bb6b94b64ae36728c63cc.tar.gz u-boot-imx-d7b1970015e62d37b26bb6b94b64ae36728c63cc.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-arm
Diffstat (limited to 'board/timll')
-rw-r--r-- | board/timll/devkit8000/config.mk | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/board/timll/devkit8000/config.mk b/board/timll/devkit8000/config.mk deleted file mode 100644 index cb2cf8f..0000000 --- a/board/timll/devkit8000/config.mk +++ /dev/null @@ -1,35 +0,0 @@ -# -# (C) Copyright 2006 -# Texas Instruments, <www.ti.com> -# -# (C) Copyright 2009 -# Frederik Kriewitz <frederik@kriewitz.eu> -# -# DevKit8000 uses OMAP3 (ARM-CortexA8) cpu -# see http://www.ti.com/ for more information on Texas Instruments -# -# See file CREDITS for list of people who contributed to this -# project. -# -# This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of -# the License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, -# MA 02111-1307 USA -# -# Physical Address: -# 8000'0000 (bank0) -# Linux-Kernel is expected to be at 8000'8000, entry 8000'8000 -# (mem base + reserved) - -# For use with external or internal boots. -CONFIG_SYS_TEXT_BASE = 0x80e80000 |