diff options
author | Scott Sweeny <scott.sweeny@timesys.com> | 2010-09-01 12:02:01 -0400 |
---|---|---|
committer | Scott Sweeny <scott.sweeny@timesys.com> | 2010-09-01 12:06:18 -0400 |
commit | 3456a4958ec2ecb2b2e35b1f37039fb28274f182 (patch) | |
tree | bf6aef6608c5410ad8b7e4f49dc2cc58aad22538 /board/ads5125/config.mk | |
parent | e1dce181db649aadcf5c83e9459ebf53dd038073 (diff) |
Freescale board patch for MPC5125_TWR board
Diffstat (limited to 'board/ads5125/config.mk')
-rw-r--r-- | board/ads5125/config.mk | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/board/ads5125/config.mk b/board/ads5125/config.mk new file mode 100644 index 00000000000..487d2e36481 --- /dev/null +++ b/board/ads5125/config.mk @@ -0,0 +1,28 @@ +# +# (C) Copyright 2008 DENX Software Engineering +# +# 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 +# +ifndef NAND_SPL +sinclude $(OBJTREE)/board/$(BOARDDIR)/config.tmp +endif +ifndef TEXT_BASE +TEXT_BASE = 0xFFF00000 +endif +LDSCRIPT := $(SRCTREE)/board/$(BOARDDIR)/u-boot.lds |