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

« back to all changes in this revision

Viewing changes to board/amirix/ap1000/powerspan.c

  • 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:
478
478
}
479
479
 
480
480
U_BOOT_CMD (eeprom, 4, 0, do_eeprom,
481
 
            "read/write/copy to/from the PowerSpan II eeprom",
 
481
            "eeprom  - read/write/copy to/from the PowerSpan II eeprom\n",
482
482
            "eeprom r OFF [NUM]\n"
483
483
            "    - read NUM words starting at OFF\n"
484
484
            "eeprom w OFF VAL\n"
487
487
            "    - store contents of eeprom at address ADD\n"
488
488
            "eeprom p ADD\n"
489
489
            "    - put data stored at address ADD into the eeprom\n"
490
 
            "eeprom d\n" "    - return eeprom to default contents");
 
490
            "eeprom d\n" "    - return eeprom to default contents\n");
491
491
 
492
492
unsigned int PowerSpanRead (unsigned int theOffset)
493
493
{