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

« back to all changes in this revision

Viewing changes to include/configs/ZUMA.h

  • Committer: Bazaar Package Importer
  • Author(s): Oliver Grawert
  • Date: 2010-01-20 15:41:26 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100120154126-7bha1jeyjegu7xm5
Tags: 2009.08+really2009.01-0ubuntu1
* revert to the 2009.01 upstream version, 2009.08 has still to 
  many work in progress items in the freescale patchset (MMC and NIC
  dont work at all)
* add the latest patchset from freescale for 2009.01
* add 1002_enable_hush_shell_and_ext2.patch to enable hush shell and ext2 
* add 1003_fix_board_revision_numbers to make sure babbage 2.5 boards have 
  revision 51120 and babbage 3.0 boards have revision 51130 properly set in 
  their cpuinfo

Show diffs side-by-side

added added

removed removed

Lines of Context:
130
130
 *
131
131
 */
132
132
/* No command line, one static partition, whole device */
133
 
#undef CONFIG_CMD_MTDPARTS
 
133
#undef CONFIG_JFFS2_CMDLINE
134
134
#define CONFIG_JFFS2_DEV                "nor0"
135
135
#define CONFIG_JFFS2_PART_SIZE          0xFFFFFFFF
136
136
#define CONFIG_JFFS2_PART_OFFSET        0x00000000
138
138
/* mtdparts command line support */
139
139
/* Note: fake mtd_id used, no linux mtd map file */
140
140
/*
141
 
#define CONFIG_CMD_MTDPARTS
 
141
#define CONFIG_JFFS2_CMDLINE
142
142
#define MTDIDS_DEFAULT          "nor1=zuma-1,nor2=zuma-2"
143
143
#define MTDPARTS_DEFAULT        "mtdparts=zuma-1:-(jffs2),zuma-2:-(user)"
144
144
*/