blob: f15e08f397632773cf5e1238f74fd18057073b2e [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
wdenk3d3befa2004-03-14 15:06:13 +00002/*
3 * (C) Copyright 2003
4 * Texas Instruments.
5 * Kshitij Gupta <kshitij@ti.com>
6 * Configuation settings for the TI OMAP Innovator board.
7 *
8 * (C) Copyright 2004
9 * ARM Ltd.
10 * Philippe Robin, <philippe.robin@arm.com>
11 * Configuration for Integrator AP board.
wdenk3d3befa2004-03-14 15:06:13 +000012 */
Wolfgang Denkfe7eb5d2005-09-25 02:00:47 +020013
wdenk3d3befa2004-03-14 15:06:13 +000014#ifndef __CONFIG_H
15#define __CONFIG_H
Linus Walleij23b3ae02011-08-12 00:28:57 +000016
Linus Walleije62b0082012-08-04 05:21:28 +000017#include "integrator-common.h"
18
19/* Integrator/AP-specific configuration */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +020020#define CONFIG_SYS_HZ_CLOCK 24000000 /* Timer 1 is clocked at 24Mhz */
wdenk3d3befa2004-03-14 15:06:13 +000021
22/*
Jon Loeliger079a1362007-07-10 10:12:10 -050023 * BOOTP options
24 */
25#define CONFIG_BOOTP_BOOTFILESIZE
Jon Loeliger079a1362007-07-10 10:12:10 -050026
Jon Loeliger079a1362007-07-10 10:12:10 -050027/*
Jon Loeliger1d2c6bc2007-07-04 22:32:32 -050028 * Command line configuration.
29 */
Wolfgang Denk716c1dc2005-09-25 18:49:35 +020030#define CONFIG_BOOTCOMMAND ""
wdenk3d3befa2004-03-14 15:06:13 +000031
Linus Walleija7b00a72015-04-05 01:48:33 +020032/* Flash settings */
33#define CONFIG_SYS_FLASH_SIZE 0x02000000 /* 32 MiB */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +020034#define CONFIG_SYS_MAX_FLASH_SECT 128
wdenk3d3befa2004-03-14 15:06:13 +000035
wdenk3d3befa2004-03-14 15:06:13 +000036/*-----------------------------------------------------------------------
37 * PCI definitions
38 */
39
Linus Walleij24587162012-01-30 13:49:34 +000040#define CONFIG_TULIP
wdenk3d3befa2004-03-14 15:06:13 +000041#define CONFIG_EEPRO100
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +020042#define CONFIG_SYS_RX_ETH_BUFFER 8 /* use 8 rx buffer on eepro100 */
wdenk3d3befa2004-03-14 15:06:13 +000043
Wolfgang Denk74f43042005-09-25 01:48:28 +020044/*-----------------------------------------------------------------------
45 * There are various dependencies on the core module (CM) fitted
46 * Users should refer to their CM user guide
47 * - when porting adjust u-boot/Makefile accordingly
48 * to define the necessary CONFIG_ s for the CM involved
49 * see e.g. integratorcp_CM926EJ-S_config
50 */
Wolfgang Denk9b880bd2005-10-04 23:10:28 +020051#include "armcoremodule.h"
Wolfgang Denk74f43042005-09-25 01:48:28 +020052
Wolfgang Denk716c1dc2005-09-25 18:49:35 +020053#endif /* __CONFIG_H */