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