diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2006-04-20 13:45:32 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2006-04-20 13:45:32 -0500 |
commit | 8fe9bf61efa6cab617dc99dfc5413e47f2ef969f (patch) | |
tree | ac1900b2a198c83ff215f9b6afb296479d6b139b /board/mpc8349ads/config.mk | |
parent | b86d7622b33892b1dafe761a7a9eaeeab9f3816b (diff) | |
download | u-boot-imx-8fe9bf61efa6cab617dc99dfc5413e47f2ef969f.zip u-boot-imx-8fe9bf61efa6cab617dc99dfc5413e47f2ef969f.tar.gz u-boot-imx-8fe9bf61efa6cab617dc99dfc5413e47f2ef969f.tar.bz2 |
Merged MPC8349ADS and MPC8349EMDS ports into MPC8349EMDS port:
- Removed MPC8349ADS port
- Added PCI support to MPC8349ADS
- reworked memory map to allow mapping of all regions with BATs
Patch by Kumar Gala 20 Apr 2006
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'board/mpc8349ads/config.mk')
-rw-r--r-- | board/mpc8349ads/config.mk | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/board/mpc8349ads/config.mk b/board/mpc8349ads/config.mk deleted file mode 100644 index 4602169..0000000 --- a/board/mpc8349ads/config.mk +++ /dev/null @@ -1,27 +0,0 @@ -# -# Copyright 2004 Freescale Semiconductor, Inc. -# -# 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 -# - -# -# MPC83xxADS -# - -TEXT_BASE = 0xFE700000 |