blob: 4669f39fc475bbbd597b97eb52e3612e71884db2 [file] [log] [blame]
wdenk4989f872004-03-14 15:06:13 +00001/*
2 * (C) Copyright 2003
3 * Texas Instruments.
4 * Kshitij Gupta <kshitij@ti.com>
5 * Configuation settings for the TI OMAP Innovator board.
6 *
7 * (C) Copyright 2004
8 * ARM Ltd.
9 * Philippe Robin, <philippe.robin@arm.com>
10 * Configuration for Integrator AP board.
11 *.
Wolfgang Denkbd8ec7e2013-10-07 13:07:26 +020012 * SPDX-License-Identifier: GPL-2.0+
wdenk4989f872004-03-14 15:06:13 +000013 */
Wolfgang Denkc856ccc2005-09-25 02:00:47 +020014
wdenk4989f872004-03-14 15:06:13 +000015#ifndef __CONFIG_H
16#define __CONFIG_H
Linus Walleijd3a849f2011-08-12 00:28:57 +000017
Linus Walleij717b0a82012-08-04 05:21:28 +000018#include "integrator-common.h"
19
20/* Integrator/AP-specific configuration */
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +020021#define CONFIG_SYS_HZ_CLOCK 24000000 /* Timer 1 is clocked at 24Mhz */
Wolfgang Denk5d6879c2005-09-25 16:22:14 +020022
wdenk4989f872004-03-14 15:06:13 +000023/*
Jon Loeliger5c4ddae2007-07-10 10:12:10 -050024 * BOOTP options
25 */
26#define CONFIG_BOOTP_BOOTFILESIZE
Jon Loeliger5c4ddae2007-07-10 10:12:10 -050027
Jon Loeliger5c4ddae2007-07-10 10:12:10 -050028/*
Jon Loeliger860435b2007-07-04 22:32:32 -050029 * Command line configuration.
30 */
Wolfgang Denk34ca9d32005-09-25 18:49:35 +020031#define CONFIG_BOOTCOMMAND ""
wdenk4989f872004-03-14 15:06:13 +000032
Linus Walleij48fd6152015-04-05 01:48:33 +020033/* Flash settings */
34#define CONFIG_SYS_FLASH_SIZE 0x02000000 /* 32 MiB */
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +020035#define CONFIG_SYS_MAX_FLASH_SECT 128
Jean-Christophe PLAGNIOL-VILLARD07efe4c2009-05-17 00:58:36 +020036#define CONFIG_ENV_SIZE 32768
wdenk4989f872004-03-14 15:06:13 +000037
wdenk4989f872004-03-14 15:06:13 +000038/*-----------------------------------------------------------------------
39 * PCI definitions
40 */
41
Linus Walleijd222d1b2012-01-30 13:49:34 +000042#define CONFIG_TULIP
wdenk4989f872004-03-14 15:06:13 +000043#define CONFIG_EEPRO100
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +020044#define CONFIG_SYS_RX_ETH_BUFFER 8 /* use 8 rx buffer on eepro100 */
wdenk4989f872004-03-14 15:06:13 +000045
Wolfgang Denkadf20a12005-09-25 01:48:28 +020046/*-----------------------------------------------------------------------
47 * There are various dependencies on the core module (CM) fitted
48 * Users should refer to their CM user guide
49 * - when porting adjust u-boot/Makefile accordingly
50 * to define the necessary CONFIG_ s for the CM involved
51 * see e.g. integratorcp_CM926EJ-S_config
52 */
Wolfgang Denk03f9ba32005-10-04 23:10:28 +020053#include "armcoremodule.h"
Wolfgang Denk5d6879c2005-09-25 16:22:14 +020054
Wolfgang Denk34ca9d32005-09-25 18:49:35 +020055#endif /* __CONFIG_H */