diff options
author | Wolfgang Denk <wd@denx.de> | 2009-07-23 01:00:17 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-07-23 01:00:17 +0200 |
commit | 189eec77795553157c087cd45555695fb3ce2433 (patch) | |
tree | 0fe750bf698742665746ba8a617bcb1b64d2cad0 /board/Marvell/rd6281a/config.mk | |
parent | faca03ca0e7b16f551f10fa895cb8d4bbe0122a0 (diff) | |
parent | 84efbf4d144ff8aaed3cca036aebb1fe69eff3f4 (diff) | |
download | u-boot-imx-189eec77795553157c087cd45555695fb3ce2433.zip u-boot-imx-189eec77795553157c087cd45555695fb3ce2433.tar.gz u-boot-imx-189eec77795553157c087cd45555695fb3ce2433.tar.bz2 |
Merge branch 'master' of /home/wd/git/u-boot/custodians
Diffstat (limited to 'board/Marvell/rd6281a/config.mk')
-rw-r--r-- | board/Marvell/rd6281a/config.mk | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/board/Marvell/rd6281a/config.mk b/board/Marvell/rd6281a/config.mk new file mode 100644 index 0000000..a4ea769 --- /dev/null +++ b/board/Marvell/rd6281a/config.mk @@ -0,0 +1,25 @@ +# +# (C) Copyright 2009 +# Marvell Semiconductor <www.marvell.com> +# Written-by: Prafulla Wadaskar <prafulla@marvell.com> +# +# 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., 51 Franklin Street, Fifth Floor, Boston, +# MA 02110-1301 USA +# + +TEXT_BASE = 0x00600000 |