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

« back to all changes in this revision

Viewing changes to include/configs/atstk1004.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:
100
100
        "console=ttyS0 root=/dev/mmcblk0p1 rootwait"
101
101
 
102
102
#define CONFIG_BOOTCOMMAND                                              \
103
 
        "mmcinit; ext2load mmc 0:1 0x10200000 /boot/uImage; bootm"
 
103
        "mmc rescan; ext2load mmc 0:1 0x10200000 /boot/uImage; bootm"
104
104
 
105
105
/*
106
106
 * Only interrupt autoboot if <space> is pressed. Otherwise, garbage
135
135
#define CONFIG_PORTMUX_PIO
136
136
#define CONFIG_SYS_HSDRAMC
137
137
#define CONFIG_MMC
138
 
#define CONFIG_ATMEL_MCI
 
138
#define CONFIG_GENERIC_ATMEL_MCI
 
139
#define CONFIG_GENERIC_MMC
 
140
#define CONFIG_SYS_MMC_MAX_BLK_COUNT 1
139
141
 
140
142
#define CONFIG_SYS_DCACHE_LINESZ                32
141
143
#define CONFIG_SYS_ICACHE_LINESZ                32