blob: e590364441e2a0132b739d34547f8076d385aad5 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Stefano Babic1fdabed2012-02-07 23:29:34 +00002/*
3 * Copyright (C) 2011
4 * Stefano Babic, DENX Software Engineering, sbabic@denx.de.
5 *
Stefano Babic62986872012-08-29 01:22:07 +00006 *
7 * Configuration settings for the Teejet mt_ventoux board.
8 *
Stefano Babic1fdabed2012-02-07 23:29:34 +00009 * Copyright (C) 2009 TechNexion Ltd.
Stefano Babic1fdabed2012-02-07 23:29:34 +000010 */
11
12#ifndef __CONFIG_H
13#define __CONFIG_H
14
15#include "tam3517-common.h"
16
Stefano Babic62986872012-08-29 01:22:07 +000017#undef CONFIG_SYS_MALLOC_LEN
18#define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + (128 << 10) + \
19 6 * 1024 * 1024)
20
Stefano Babic1fdabed2012-02-07 23:29:34 +000021#define CONFIG_MACH_TYPE MACH_TYPE_AM3517_MT_VENTOUX
22
Stefano Babic1fdabed2012-02-07 23:29:34 +000023#define CONFIG_BOOTFILE "uImage"
Stefano Babic1fdabed2012-02-07 23:29:34 +000024
Mario Six5bc05432018-03-28 14:38:20 +020025#define CONFIG_HOSTNAME "mt_ventoux"
Stefano Babic1fdabed2012-02-07 23:29:34 +000026
27/*
Stefano Babic88b821b2012-03-21 00:14:25 +000028 * Set its own mtdparts, different from common
29 */
Stefano Babic88b821b2012-03-21 00:14:25 +000030
31/*
Stefano Babic1fdabed2012-02-07 23:29:34 +000032 * FPGA
33 */
Stefano Babic1fdabed2012-02-07 23:29:34 +000034#define CONFIG_SYS_FPGA_PROG_FEEDBACK
35#define CONFIG_SYS_FPGA_WAIT 10000
36#define CONFIG_MAX_FPGA_DEVICES 1
37#define CONFIG_FPGA_DELAY() udelay(1)
38#define CONFIG_SYS_FPGA_PROG_FEEDBACK
39
Stefano Babic62986872012-08-29 01:22:07 +000040#define CONFIG_SPLASH_SCREEN
41#define CONFIG_VIDEO_BMP_RLE8
Stefano Babic62986872012-08-29 01:22:07 +000042
Stefano Babic1fdabed2012-02-07 23:29:34 +000043#define CONFIG_EXTRA_ENV_SETTINGS CONFIG_TAM3517_SETTINGS \
44 "bootcmd=run net_nfs\0"
45
46#endif /* __CONFIG_H */