]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - include/configs/mt_ventoux.h
Merge branch 'master' of git://git.denx.de/u-boot-blackfin
[karo-tx-uboot.git] / include / configs / mt_ventoux.h
1 /*
2  * Copyright (C) 2011
3  * Stefano Babic, DENX Software Engineering, sbabic@denx.de.
4  *
5  * Copyright (C) 2009 TechNexion Ltd.
6  *
7  * This program is free software; you can redistribute it and/or modify
8  * it under the terms of the GNU General Public License as published by
9  * the Free Software Foundation; either version 2 of the License, or
10  * (at your option) any later version.
11  *
12  * This program is distributed in the hope that it will be useful,
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15  * GNU General Public License for more details.
16  *
17  * You should have received a copy of the GNU General Public License
18  * along with this program; if not, write to the Free Software
19  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
20  */
21
22 #ifndef __CONFIG_H
23 #define __CONFIG_H
24
25 #include "tam3517-common.h"
26
27 #define MACH_TYPE_AM3517_MT_VENTOUX     3832
28 #define CONFIG_MACH_TYPE        MACH_TYPE_AM3517_MT_VENTOUX
29
30 #define CONFIG_BOOTDELAY        10
31 #define CONFIG_BOOTFILE         "uImage"
32 #define CONFIG_AUTO_COMPLETE
33
34 #define CONFIG_HOSTNAME mt_ventoux
35
36 /*
37  * Miscellaneous configurable options
38  */
39 #define V_PROMPT                        "mt_ventoux => "
40 #define CONFIG_SYS_PROMPT               V_PROMPT
41
42 /*
43  * FPGA
44  */
45 #define CONFIG_CMD_FPGA
46 #define CONFIG_FPGA
47 #define CONFIG_FPGA_XILINX
48 #define CONFIG_FPGA_SPARTAN3
49 #define CONFIG_SYS_FPGA_PROG_FEEDBACK
50 #define CONFIG_SYS_FPGA_WAIT    10000
51 #define CONFIG_MAX_FPGA_DEVICES 1
52 #define CONFIG_FPGA_DELAY() udelay(1)
53 #define CONFIG_SYS_FPGA_PROG_FEEDBACK
54
55 #define CONFIG_EXTRA_ENV_SETTINGS       CONFIG_TAM3517_SETTINGS \
56         "bootcmd=run net_nfs\0"
57
58 #endif /* __CONFIG_H */