blob: 596e4ff8c3bfc4322bb658e0f5874a6d35d9d1a9 [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 Compact Integrator board.
wdenk3d3befa2004-03-14 15:06:13 +000012 */
13
14#ifndef __CONFIG_H
15#define __CONFIG_H
16
Linus Walleije62b0082012-08-04 05:21:28 +000017#include "integrator-common.h"
18
19/* Integrator CP-specific configuration */
Tom Rini65cc0e22022-11-16 13:10:41 -050020#define CFG_SYS_HZ_CLOCK 1000000 /* Timer 1 is clocked at 1Mhz */
wdenk3d3befa2004-03-14 15:06:13 +000021
wdenk3d3befa2004-03-14 15:06:13 +000022/*
23 * Miscellaneous configurable options
24 */
Jean-Christophe PLAGNIOL-VILLARD46937b22009-05-17 00:58:36 +020025#define PHYS_FLASH_SIZE 0x01000000 /* 16MB */
Wolfgang Denk9b880bd2005-10-04 23:10:28 +020026
wdenk5a95f6f2005-01-12 00:38:03 +000027#endif /* __CONFIG_H */