Heiko Schocher | 331a30d | 2011-02-22 08:30:46 +0100 | [diff] [blame] | 1 | /* |
| 2 | * (C) Copyright 2009 |
| 3 | * Marvell Semiconductor <www.marvell.com> |
| 4 | * Prafulla Wadaskar <prafulla@marvell.com> |
| 5 | * |
| 6 | * (C) Copyright 2009 |
| 7 | * Stefan Roese, DENX Software Engineering, sr@denx.de. |
| 8 | * |
| 9 | * (C) Copyright 2010-2011 |
| 10 | * Holger Brunck, Keymile GmbH Hannover, holger.brunck@keymile.com |
| 11 | * |
| 12 | * See file CREDITS for list of people who contributed to this |
| 13 | * project. |
| 14 | * |
| 15 | * This program is free software; you can redistribute it and/or |
| 16 | * modify it under the terms of the GNU General Public License as |
| 17 | * published by the Free Software Foundation; either version 2 of |
| 18 | * the License, or (at your option) any later version. |
| 19 | * |
| 20 | * This program is distributed in the hope that it will be useful, |
| 21 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 22 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 23 | * GNU General Public License for more details. |
| 24 | * |
| 25 | * You should have received a copy of the GNU General Public License |
| 26 | * along with this program; if not, write to the Free Software |
| 27 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, |
| 28 | * MA 02110-1301 USA |
| 29 | */ |
| 30 | |
| 31 | /* for linking errors see |
| 32 | * http://lists.denx.de/pipermail/u-boot/2009-July/057350.html */ |
| 33 | |
Valentin Longchamp | 68d6963 | 2011-05-31 02:12:50 +0000 | [diff] [blame^] | 34 | #ifndef _CONFIG_MGCOGE3UN_H |
| 35 | #define _CONFIG_MGCOGE3UN_H |
Heiko Schocher | 331a30d | 2011-02-22 08:30:46 +0100 | [diff] [blame] | 36 | |
| 37 | /* include common defines/options for all arm based Keymile boards */ |
Valentin Longchamp | 264eaa0 | 2011-05-04 01:47:33 +0000 | [diff] [blame] | 38 | #include "km/km_arm.h" |
Heiko Schocher | 331a30d | 2011-02-22 08:30:46 +0100 | [diff] [blame] | 39 | |
| 40 | /* |
| 41 | * Version number information |
| 42 | */ |
Valentin Longchamp | 68d6963 | 2011-05-31 02:12:50 +0000 | [diff] [blame^] | 43 | #define CONFIG_IDENT_STRING "\nKeymile MGCOGE3UN" |
| 44 | #define CONFIG_HOSTNAME mgcoge3un |
| 45 | #define CONFIG_MGCOGE3UN |
Heiko Schocher | 331a30d | 2011-02-22 08:30:46 +0100 | [diff] [blame] | 46 | |
Heiko Schocher | 731b968 | 2011-03-08 10:53:51 +0100 | [diff] [blame] | 47 | #define KM_IVM_BUS "pca9547:70:9" /* I2C2 (Mux-Port 1)*/ |
| 48 | #define KM_ENV_BUS "pca9547:70:d" /* I2C2 (Mux-Port 5)*/ |
| 49 | |
Valentin Longchamp | 68d6963 | 2011-05-31 02:12:50 +0000 | [diff] [blame^] | 50 | /* we use a new RAM type on mgcoge3un board */ |
| 51 | #define CONFIG_SYS_KWD_CONFIG $(SRCTREE)/$(CONFIG_BOARDDIR)/kwbimage-memphis.cfg |
| 52 | |
| 53 | #endif /* _CONFIG_MGCOGE3UN_H */ |