diff options
author | Wolfgang Denk <wd@denx.de> | 2007-08-18 21:47:33 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-08-18 21:47:33 +0200 |
commit | 1d55483cf7fb11e4902359bc04e39489e044e695 (patch) | |
tree | 8f0eca05ff445dced74a824b94352169cc23a609 /board/freescale/mpc832xemds/config.mk | |
parent | 9edd580e91d7eb031298294063f5aa9fa7f0a330 (diff) | |
parent | 4cc1cd5941827a04cf5c51a07fcc42e8945894aa (diff) | |
download | u-boot-imx-1d55483cf7fb11e4902359bc04e39489e044e695.zip u-boot-imx-1d55483cf7fb11e4902359bc04e39489e044e695.tar.gz u-boot-imx-1d55483cf7fb11e4902359bc04e39489e044e695.tar.bz2 |
Merge with /home/wd/git/u-boot/custodian/u-boot-mpc83xx
Diffstat (limited to 'board/freescale/mpc832xemds/config.mk')
-rw-r--r-- | board/freescale/mpc832xemds/config.mk | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/board/freescale/mpc832xemds/config.mk b/board/freescale/mpc832xemds/config.mk new file mode 100644 index 0000000..6c3eca7 --- /dev/null +++ b/board/freescale/mpc832xemds/config.mk @@ -0,0 +1,28 @@ +# +# (C) Copyright 2006 +# Wolfgang Denk, DENX Software Engineering, wd@denx.de. +# +# 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 +# + +# +# MPC832XEMDS +# + +TEXT_BASE = 0xFE000000 |