]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - include/configs/suen3.h
arm/km: move CONFIG_EXTRA_ENV_SETTINGS from board to km_arm file
[karo-tx-uboot.git] / include / configs / suen3.h
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  * See file CREDITS for list of people who contributed to this
10  * project.
11  *
12  * This program is free software; you can redistribute it and/or
13  * modify it under the terms of the GNU General Public License as
14  * published by the Free Software Foundation; either version 2 of
15  * the License, or (at your option) any later version.
16  *
17  * This program is distributed in the hope that it will be useful,
18  * but WITHOUT ANY WARRANTY; without even the implied warranty of
19  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20  * GNU General Public License for more details.
21  *
22  * You should have received a copy of the GNU General Public License
23  * along with this program; if not, write to the Free Software
24  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
25  * MA 02110-1301 USA
26  */
27
28 /*
29  * for linking errors see
30  * http://lists.denx.de/pipermail/u-boot/2009-July/057350.html
31  */
32
33 #ifndef _CONFIG_SUEN3_H
34 #define _CONFIG_SUEN3_H
35
36 /* include common defines/options for all arm based Keymile boards */
37 #include "km/km_arm.h"
38
39 /*
40  * Version number information
41  */
42 #define CONFIG_IDENT_STRING     "\nKeymile SUEN3"
43
44 #define CONFIG_HOSTNAME                 suen3
45
46 #define KM_IVM_BUS      "pca9544a:70:9" /* I2C2 (Mux-Port 1)*/
47 #define KM_ENV_BUS      "pca9544a:70:d" /* I2C2 (Mux-Port 5)*/
48
49 #endif /* _CONFIG_SUEN3_H */