diff options
author | Minkyu Kang <mk7.kang@samsung.com> | 2010-04-22 12:39:56 +0900 |
---|---|---|
committer | Minkyu Kang <mk7.kang@samsung.com> | 2010-04-22 12:39:56 +0900 |
commit | 6bb7c92cda55cd4e373b56f77b6d144a1acc7543 (patch) | |
tree | ba47070060e11150b6885de1c046564c733669c7 /board/Marvell/guruplug/config.mk | |
parent | 83653121d7382fccfe329cb732f77f116341ef1d (diff) | |
parent | 339b5b4ae3b7f34c74170d27a400bf845fc89b3f (diff) | |
download | u-boot-imx-6bb7c92cda55cd4e373b56f77b6d144a1acc7543.zip u-boot-imx-6bb7c92cda55cd4e373b56f77b6d144a1acc7543.tar.gz u-boot-imx-6bb7c92cda55cd4e373b56f77b6d144a1acc7543.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-arm
Diffstat (limited to 'board/Marvell/guruplug/config.mk')
-rw-r--r-- | board/Marvell/guruplug/config.mk | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/board/Marvell/guruplug/config.mk b/board/Marvell/guruplug/config.mk new file mode 100644 index 0000000..caa26b6 --- /dev/null +++ b/board/Marvell/guruplug/config.mk @@ -0,0 +1,27 @@ +# +# (C) Copyright 2009 +# Marvell Semiconductor <www.marvell.com> +# Written-by: Siddarth Gore <gores@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 + +KWD_CONFIG = $(SRCTREE)/board/$(BOARDDIR)/kwbimage.cfg |