blob: 3810fd948f0282d8d0a9ac4d497b89b9526adf83 [file] [log] [blame]
Stefano Babic1fdabed2012-02-07 23:29:34 +00001/*
2 * Copyright (C) 2011
3 * Stefano Babic, DENX Software Engineering, sbabic@denx.de.
4 *
Stefano Babic62986872012-08-29 01:22:07 +00005 *
6 * Configuration settings for the Teejet mt_ventoux board.
7 *
Stefano Babic1fdabed2012-02-07 23:29:34 +00008 * Copyright (C) 2009 TechNexion Ltd.
9 *
Wolfgang Denk1a459662013-07-08 09:37:19 +020010 * SPDX-License-Identifier: GPL-2.0+
Stefano Babic1fdabed2012-02-07 23:29:34 +000011 */
12
13#ifndef __CONFIG_H
14#define __CONFIG_H
15
16#include "tam3517-common.h"
17
Stefano Babic62986872012-08-29 01:22:07 +000018#undef CONFIG_SYS_MALLOC_LEN
19#define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + (128 << 10) + \
20 6 * 1024 * 1024)
21
Stefano Babic1fdabed2012-02-07 23:29:34 +000022#define CONFIG_MACH_TYPE MACH_TYPE_AM3517_MT_VENTOUX
23
Stefano Babic1fdabed2012-02-07 23:29:34 +000024#define CONFIG_BOOTFILE "uImage"
Stefano Babic1fdabed2012-02-07 23:29:34 +000025
Mario Six5bc05432018-03-28 14:38:20 +020026#define CONFIG_HOSTNAME "mt_ventoux"
Stefano Babic1fdabed2012-02-07 23:29:34 +000027
28/*
Stefano Babic88b821b2012-03-21 00:14:25 +000029 * Set its own mtdparts, different from common
30 */
Stefano Babic88b821b2012-03-21 00:14:25 +000031
32/*
Stefano Babic1fdabed2012-02-07 23:29:34 +000033 * FPGA
34 */
Stefano Babic1fdabed2012-02-07 23:29:34 +000035#define CONFIG_SYS_FPGA_PROG_FEEDBACK
36#define CONFIG_SYS_FPGA_WAIT 10000
37#define CONFIG_MAX_FPGA_DEVICES 1
38#define CONFIG_FPGA_DELAY() udelay(1)
39#define CONFIG_SYS_FPGA_PROG_FEEDBACK
40
Stefano Babic62986872012-08-29 01:22:07 +000041#define CONFIG_SPLASH_SCREEN
42#define CONFIG_VIDEO_BMP_RLE8
Stefano Babic62986872012-08-29 01:22:07 +000043#define CONFIG_VIDEO_OMAP3 /* DSS Support */
Stefano Babic62986872012-08-29 01:22:07 +000044
Stefano Babic1fdabed2012-02-07 23:29:34 +000045#define CONFIG_EXTRA_ENV_SETTINGS CONFIG_TAM3517_SETTINGS \
46 "bootcmd=run net_nfs\0"
47
48#endif /* __CONFIG_H */