=== modified file 'linaro_image_tools/media_create/boards.py'
@@ -449,8 +449,8 @@
load_addr = '0x80008000'
boot_script = 'boot.scr'
extra_boot_args_options = (
- 'earlyprintk fixrtc nocompcache vram=32M '
- 'omapfb.vram=0:8M mem=456M@0x80000000 mem=512M@0xA0000000')
+ 'earlyprintk fixrtc nocompcache vram=48M '
+ 'omapfb.vram=0:24M mem=456M@0x80000000 mem=512M@0xA0000000')
class IgepConfig(BeagleConfig):
=== modified file 'linaro_image_tools/media_create/tests/test_media_create.py'
@@ -437,7 +437,7 @@
expected = {
'bootargs': 'console=tty0 console=ttyO2,115200n8 '
'root=UUID=deadbeef rootwait ro earlyprintk fixrtc '
- 'nocompcache vram=32M omapfb.vram=0:8M '
+ 'nocompcache vram=48M omapfb.vram=0:24M '
'mem=456M@0x80000000 mem=512M@0xA0000000',
'bootcmd': 'fatload mmc 0:1 0x80200000 uImage; '
'fatload mmc 0:1 0x81600000 uInitrd; '