~ubuntu-branches/ubuntu/saucy/u-boot/saucy

« back to all changes in this revision

Viewing changes to include/configs/MIP405.h

  • Committer: Package Import Robot
  • Author(s): Clint Adams
  • Date: 2012-05-01 18:07:19 UTC
  • mfrom: (16.1.23 sid)
  • Revision ID: package-import@ubuntu.com-20120501180719-rjntk3287im4a0ns
Tags: 2012.04.01-1
* New upstream version.
  - Update mipsel-native-endianness.diff.
  - Update no-error-on-set-but-unused-variables.diff (partially merged).
  - Drop kirkwood_spi-irq_mask.diff (merged).
  - Drop kirkwood-disable-l2c.diff (merged).

Show diffs side-by-side

added added

removed removed

Lines of Context:
239
239
/*-----------------------------------------------------------------------
240
240
 * FLASH organization
241
241
 */
242
 
#define CONFIG_SYS_MAX_FLASH_BANKS      1       /* max number of memory banks           */
243
 
#define CONFIG_SYS_MAX_FLASH_SECT       256     /* max number of sectors on one chip    */
244
 
 
245
 
#define CONFIG_SYS_FLASH_ERASE_TOUT     120000  /* Timeout for Flash Erase (in ms)      */
246
 
#define CONFIG_SYS_FLASH_WRITE_TOUT     500     /* Timeout for Flash Write (in ms)      */
 
242
#define CONFIG_SYS_UPDATE_FLASH_SIZE
 
243
#define CONFIG_SYS_FLASH_PROTECTION
 
244
#define CONFIG_SYS_FLASH_EMPTY_INFO
 
245
 
 
246
#define CONFIG_SYS_FLASH_CFI
 
247
#define CONFIG_FLASH_CFI_DRIVER
 
248
 
 
249
#define CONFIG_FLASH_SHOW_PROGRESS      45
 
250
 
 
251
#define CONFIG_SYS_MAX_FLASH_BANKS      1
 
252
#define CONFIG_SYS_MAX_FLASH_SECT       256
247
253
 
248
254
/*
249
255
 * JFFS2 partitions
291
297
#define FLASH_SIZE_PRELIM        3  /* maximal flash FLASH size bank #0 */
292
298
 
293
299
#define CONFIG_BOARD_EARLY_INIT_F 1
 
300
#define CONFIG_BOARD_EARLY_INIT_R
294
301
 
295
302
/* Peripheral Bus Mapping */
296
303
#define PER_PLD_ADDR            0xF4000000 /* smallest window is 1MByte 0x10 0000*/