~asac/linaro-image-tools/panda-display-vram-24m

« back to all changes in this revision

Viewing changes to linaro_image_tools/media_create/boards.py

  • Committer: Mattias Backman
  • Date: 2011-05-20 13:41:31 UTC
  • mfrom: (338.3.1 snowball-no-mmc-option)
  • Revision ID: mattias.backman@linaro.org-20110520134131-q95lb9cqji8l6pw0
Make sure that the --mmc option cannot be used for the snowball_emmc board config, as that usage would be confusing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
141
141
    extra_serial_opts = ''
142
142
    live_serial_opts = ''
143
143
    extra_boot_args_options = None
 
144
    supports_writing_to_mmc = True
144
145
 
145
146
    # These attributes must be defined on all subclasses.
146
147
    kernel_addr = None
518
519
    # Boot ROM looks for a boot table of contents (TOC) at 0x20000
519
520
    # Actually, it first looks at address 0, but that's where l-m-c
520
521
    # puts the MBR, so the boot loader skips that address. 
 
522
    supports_writing_to_mmc = False
521
523
    SNOWBALL_LOADER_START_S = (128 * 1024) / SECTOR_SIZE
522
524
    SNOWBALL_STARTUP_FILES_CONFIG = 'startfiles.cfg'
523
525
    TOC_SIZE = 512