~hans-odeberg/linaro-image-tools/snowball-tests

« back to all changes in this revision

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

Merge lp:~asac/linaro-image-tools/panda-display-vram-24m; allocate more memory for Panda 1080p resolution.

Show diffs side-by-side

added added

removed removed

Lines of Context:
437
437
        expected = {
438
438
            'bootargs': 'console=tty0 console=ttyO2,115200n8  '
439
439
                        'root=UUID=deadbeef rootwait ro earlyprintk fixrtc '
440
 
                        'nocompcache vram=32M omapfb.vram=0:8M '
 
440
                        'nocompcache vram=48M omapfb.vram=0:24M '
441
441
                        'mem=456M@0x80000000 mem=512M@0xA0000000',
442
442
            'bootcmd': 'fatload mmc 0:1 0x80200000 uImage; '
443
443
                       'fatload mmc 0:1 0x81600000 uInitrd; '