~linaro-image-tools/linaro-image-tools/trunk

« back to all changes in this revision

Viewing changes to linaro_image_tools/hwpack/config.py

  • Committer: Milo Casagrande
  • Date: 2013-01-03 14:05:52 UTC
  • mfrom: (588.4.27 fix-tests)
  • Revision ID: milo@ubuntu.com-20130103140552-amxbjpi7u9v00yvl
Merged Android hwpack code-base.

Show diffs side-by-side

added added

removed removed

Lines of Context:
296
296
            self._validate_mmc_id()
297
297
            self._validate_extra_boot_options()
298
298
            self._validate_boot_script()
299
 
            self._validate_extra_serial_opts()
 
299
            self._validate_extra_serial_options()
300
300
            self._validate_snowball_startup_files_config()
301
301
            self._validate_samsung_bl1_start()
302
302
            self._validate_samsung_bl1_len()
620
620
                                           join_list_with=" ")
621
621
 
622
622
    @property
623
 
    def extra_serial_opts(self):
 
623
    def extra_serial_options(self):
624
624
        """Extra serial options.
625
625
 
626
626
        A str.
1021
1021
        # Optional and tricky to determine a valid pattern.
1022
1022
        pass
1023
1023
 
1024
 
    def _validate_extra_serial_opts(self):
 
1024
    def _validate_extra_serial_options(self):
1025
1025
        # Optional and tricky to determine a valid pattern.
1026
1026
        pass
1027
1027