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

« back to all changes in this revision

Viewing changes to include/configs/pxa255_idp.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:
55
55
 * High Level Configuration Options
56
56
 * (easy to change)
57
57
 */
58
 
#define CONFIG_PXA250           1       /* This is an PXA250 CPU    */
 
58
#define CONFIG_CPU_PXA25X               1       /* This is an PXA250 CPU    */
59
59
 
60
60
#undef CONFIG_LCD
61
61
#ifdef CONFIG_LCD
64
64
 
65
65
#define CONFIG_MMC              1
66
66
#define CONFIG_DOS_PARTITION    1
67
 
#define BOARD_LATE_INIT         1
 
67
#define CONFIG_BOARD_LATE_INIT
68
68
 
69
69
#undef CONFIG_USE_IRQ                   /* we don't need IRQ/FIQ stuff */
70
70
 
86
86
/*
87
87
 * Hardware drivers
88
88
 */
89
 
#define CONFIG_NET_MULTI
90
89
#define CONFIG_SMC91111
91
90
#define CONFIG_SMC91111_BASE    (PXA_CS5_PHYS + IDP_CS5_ETH_OFFSET + 0x300)
92
91
#define CONFIG_SMC_USE_32_BIT   1
292
291
#define CONFIG_SYS_FLASH_BASE           PHYS_FLASH_1
293
292
 
294
293
#define CONFIG_SYS_SDRAM_BASE           PHYS_SDRAM_1
295
 
#define CONFIG_SYS_INIT_SP_ADDR         (GENERATED_GBL_DATA_SIZE + PHYS_SDRAM_1)
 
294
#define CONFIG_SYS_INIT_SP_ADDR         0xfffff800
296
295
 
297
296
/*
298
297
 * GPIO settings