~mabac/linaro-image-tools/image-support-for-android

« back to all changes in this revision

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

  • Committer: Mattias Backman
  • Date: 2011-05-23 14:24:24 UTC
  • mfrom: (320.3.3 linaro-image-tools)
  • Revision ID: mattias.backman@linaro.org-20110523142424-5sbyetdd4ztxbe7i
Merge lp:~doanac/linaro-image-tools/overo-updates; clean up no longer needed video settings for Overo.

Show diffs side-by-side

added added

removed removed

Lines of Context:
497
497
        expected = {
498
498
            'bootargs': 'console=tty0 console=ttyO2,115200n8  '
499
499
                        'root=UUID=deadbeef rootwait ro earlyprintk '
500
 
                        'mpurate=500 vram=12M '
501
 
                        'omapfb.mode=dvi:1024x768MR-16@60 '
502
 
                        'omapdss.def_disp=dvi',
 
500
                        'mpurate=${mpurate} vram=12M',
503
501
            'bootcmd': 'fatload mmc 0:1 0x80000000 uImage; '
504
502
                       'fatload mmc 0:1 0x81600000 uInitrd; '
505
503
                       'fatload mmc 0:1 0x815f0000 board.dtb; '