~rsalveti/linaro-image-tools/generic-hwpack-oe

« back to all changes in this revision

Viewing changes to linaro_image_tools/media_create/tests/test_media_create.py

  • Committer: Milo Casagrande
  • Date: 2012-06-25 07:18:02 UTC
  • mfrom: (517.2.1 panda-dt)
  • Revision ID: milo@ubuntu.com-20120625071802-6ycry26ru5zudakb
MergedĀ lp:~vishalbhoj/linaro-image-tools/panda-dt.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1796
1796
                        'init=/init androidboot.console=ttyO2',
1797
1797
            'bootcmd': 'fatload mmc 0:1 0x80200000 uImage; '
1798
1798
                       'fatload mmc 0:1 0x81600000 uInitrd; '
1799
 
                       'bootm 0x80200000 0x81600000'}
 
1799
                       'fatload mmc 0:1 0x815f0000 board.dtb; '
 
1800
                       'bootm 0x80200000 0x81600000 0x815f0000'}
1800
1801
        self.assertBootEnv(config, expected)
1801
1802
 
1802
1803
    def test_android_snowball_sd(self):