~ubuntu-branches/ubuntu/vivid/u-boot/vivid

« back to all changes in this revision

Viewing changes to include/configs/otc570.h

  • Committer: Package Import Robot
  • Author(s): Clint Adams
  • Date: 2012-01-02 17:49:39 UTC
  • mfrom: (1.2.7)
  • Revision ID: package-import@ubuntu.com-20120102174939-iddq37p3372x10yp
Tags: 2011.12-1
* New upstream version.
  - Drop build-timestamp_autogenerated.h-without-config.patch (merged).
  - Drop ublimage-NAND-block-size-isn-t-set-at-build-time.patch (merged).
  - Update kerma-sheevaplug-mvsdio.diff
  - Update mipsel-native-endianness.diff
  - Drop dreamplug-v8.patch (merged).

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 * esd electronic system design gmbh <www.esd.eu>
5
5
 *
6
6
 * (C) Copyright 2007-2008
7
 
 * Stelian Pop <stelian.pop@leadtechdesign.com>
 
7
 * Stelian Pop <stelian@popies.net>
8
8
 * Lead Tech Design <www.leadtechdesign.com>
9
9
 *
10
10
 * Configuation settings for the esd OTC570 board.
45
45
 */
46
46
#define CONFIG_SYS_TEXT_BASE            0x20002000
47
47
 
 
48
/*
 
49
 * since a number of boards are not being listed in linux
 
50
 * arch/arm/tools/mach-types any more, the mach-types have to be
 
51
 * defined here
 
52
 */
 
53
#define MACH_TYPE_OTC570                2166
 
54
 
48
55
/* ARM asynchronous clock */
49
56
#define CONFIG_SYS_AT91_SLOW_CLOCK      32768   /* 32.768 kHz crystal */
50
57
#define CONFIG_SYS_AT91_MAIN_CLOCK      16000000/* 16.0 MHz crystal */
214
221
/* Ethernet */
215
222
#define CONFIG_MACB
216
223
#define CONFIG_RMII
217
 
#define CONFIG_NET_MULTI
218
224
#define CONFIG_FIT
219
225
#define CONFIG_NET_RETRY_COUNT                  20
220
226
#undef CONFIG_RESET_PHY_R