]> git.ipfire.org Git - people/ms/u-boot.git/blame - include/configs/mt_ventoux.h
Convert CONFIG_BOOTP_BOOTPATH et al to Kconfig
[people/ms/u-boot.git] / include / configs / mt_ventoux.h
CommitLineData
1fdabedd
SB
1/*
2 * Copyright (C) 2011
3 * Stefano Babic, DENX Software Engineering, sbabic@denx.de.
4 *
62986875
SB
5 *
6 * Configuration settings for the Teejet mt_ventoux board.
7 *
1fdabedd
SB
8 * Copyright (C) 2009 TechNexion Ltd.
9 *
1a459660 10 * SPDX-License-Identifier: GPL-2.0+
1fdabedd
SB
11 */
12
13#ifndef __CONFIG_H
14#define __CONFIG_H
15
16#include "tam3517-common.h"
17
62986875
SB
18#undef CONFIG_SYS_MALLOC_LEN
19#define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + (128 << 10) + \
20 6 * 1024 * 1024)
21
1fdabedd
SB
22#define CONFIG_MACH_TYPE MACH_TYPE_AM3517_MT_VENTOUX
23
1fdabedd 24#define CONFIG_BOOTFILE "uImage"
1fdabedd
SB
25
26#define CONFIG_HOSTNAME mt_ventoux
27
88b821bb
SB
28/*
29 * Set its own mtdparts, different from common
30 */
88b821bb 31
1fdabedd
SB
32/*
33 * FPGA
34 */
1fdabedd
SB
35#define CONFIG_FPGA_SPARTAN3
36#define CONFIG_SYS_FPGA_PROG_FEEDBACK
37#define CONFIG_SYS_FPGA_WAIT 10000
38#define CONFIG_MAX_FPGA_DEVICES 1
39#define CONFIG_FPGA_DELAY() udelay(1)
40#define CONFIG_SYS_FPGA_PROG_FEEDBACK
41
62986875
SB
42#define CONFIG_SPLASH_SCREEN
43#define CONFIG_VIDEO_BMP_RLE8
62986875 44#define CONFIG_VIDEO_OMAP3 /* DSS Support */
62986875 45
1fdabedd
SB
46#define CONFIG_EXTRA_ENV_SETTINGS CONFIG_TAM3517_SETTINGS \
47 "bootcmd=run net_nfs\0"
48
49#endif /* __CONFIG_H */