~ubuntu-branches/ubuntu/maverick/uboot-imx/maverick

« back to all changes in this revision

Viewing changes to include/configs/PM520.h

  • Committer: Bazaar Package Importer
  • Author(s): Oliver Grawert
  • Date: 2010-01-06 09:28:25 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100106092825-q8o7x811035syh8k
Tags: 2009.08-0ubuntu1
* move to new upstream (2009.08)
* move to new freescale patchset for the 2009.08 release
* remove README.nios_CONFIG_SYS_NIOS_CPU from debian/docs, 
  this is not shipped upstream anymore
* update 1000_fix_gcc_4.4_compability.patch to apply to the new code
* Makefile target is now mx51_bbg_config, update rules accordingly
* switch everything to to3 (including the binary package)

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
#define CONFIG_USB_STORAGE
87
87
#endif
88
88
 
89
 
#if !defined(CONFIG_BOOT_ROM)
90
 
/* DoC requires legacy NAND for now */
91
 
#define CONFIG_NAND_LEGACY
92
 
#endif
93
 
 
94
 
 
95
89
/*
96
90
 * BOOTP options
97
91
 */
117
111
#define CONFIG_CMD_SNTP
118
112
#define CONFIG_CMD_USB
119
113
 
120
 
#if !defined(CONFIG_BOOT_ROM)
121
 
#define CONFIG_CMD_DOC
122
 
#endif
123
 
 
124
114
#if defined(CONFIG_MPC5200)
125
115
#define CONFIG_CMD_PCI
126
116
#endif
186
176
#define CONFIG_RTC_PCF8563
187
177
#define CONFIG_SYS_I2C_RTC_ADDR         0x51
188
178
 
189
 
/*
190
 
 * Disk-On-Chip configuration
191
 
 */
192
 
 
193
 
#define CONFIG_SYS_DOC_SHORT_TIMEOUT
194
 
#define CONFIG_SYS_MAX_DOC_DEVICE       1       /* Max number of DOC devices    */
195
 
 
196
 
#define CONFIG_SYS_DOC_SUPPORT_2000
197
 
#define CONFIG_SYS_DOC_SUPPORT_MILLENNIUM
198
179
#define CONFIG_SYS_DOC_BASE             0xE0000000
199
180
#define CONFIG_SYS_DOC_SIZE             0x00100000
200
181
 
279
260
 * Ethernet configuration
280
261
 */
281
262
#define CONFIG_MPC5xxx_FEC      1
 
263
#define CONFIG_MPC5xxx_FEC_MII100
282
264
/*
283
 
 * Define CONFIG_FEC_10MBIT to force FEC at 10Mb
 
265
 * Define CONFIG_MPC5xxx_FEC_MII10 to force FEC at 10Mb
284
266
 */
285
 
/* #define CONFIG_FEC_10MBIT 1 */
 
267
/* #define CONFIG_MPC5xxx_FEC_MII10 */
286
268
#define CONFIG_PHY_ADDR         0x00
287
269
 
288
270
/*