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

« back to all changes in this revision

Viewing changes to linaro_image_tools/media_create/boards.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:
449
449
    load_addr = '0x80008000'
450
450
    boot_script = 'boot.scr'
451
451
    extra_boot_args_options = (
452
 
        'earlyprintk fixrtc nocompcache vram=32M '
453
 
        'omapfb.vram=0:8M mem=456M@0x80000000 mem=512M@0xA0000000')
 
452
        'earlyprintk fixrtc nocompcache vram=48M '
 
453
        'omapfb.vram=0:24M mem=456M@0x80000000 mem=512M@0xA0000000')
454
454
 
455
455
 
456
456
class IgepConfig(BeagleConfig):