3 * Stefano Babic, DENX Software Engineering, sbabic@denx.de.
6 * Configuration settings for the Teejet mt_ventoux board.
8 * Copyright (C) 2009 TechNexion Ltd.
10 * SPDX-License-Identifier: GPL-2.0+
16 #include "tam3517-common.h"
18 #undef CONFIG_SYS_MALLOC_LEN
19 #define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + (128 << 10) + \
22 #define CONFIG_MACH_TYPE MACH_TYPE_AM3517_MT_VENTOUX
24 #define CONFIG_BOOTFILE "uImage"
25 #define CONFIG_AUTO_COMPLETE
27 #define CONFIG_OMAP3_GPIO_4
28 #define CONFIG_HOSTNAME mt_ventoux
31 * Set its own mtdparts, different from common
34 #undef MTDPARTS_DEFAULT
35 #define MTDIDS_DEFAULT "nand0=omap2-nand.0"
36 #define MTDPARTS_DEFAULT "mtdparts=omap2-nand.0:512k(MLO)," \
37 "1m(u-boot),256k(env1)," \
38 "256k(env2),8m(ubisystem),-(rootfs)"
43 #define CONFIG_CMD_FPGA_LOADMK
45 #define CONFIG_FPGA_XILINX
46 #define CONFIG_FPGA_SPARTAN3
47 #define CONFIG_SYS_FPGA_PROG_FEEDBACK
48 #define CONFIG_SYS_FPGA_WAIT 10000
49 #define CONFIG_MAX_FPGA_DEVICES 1
50 #define CONFIG_FPGA_DELAY() udelay(1)
51 #define CONFIG_SYS_FPGA_PROG_FEEDBACK
53 #define CONFIG_SPLASH_SCREEN
54 #define CONFIG_VIDEO_BMP_RLE8
55 #define CONFIG_VIDEO_OMAP3 /* DSS Support */
57 #define CONFIG_EXTRA_ENV_SETTINGS CONFIG_TAM3517_SETTINGS \
58 "bootcmd=run net_nfs\0"
60 #endif /* __CONFIG_H */