~rsalveti/linaro-image-tools/generic-hwpack-oe

« back to all changes in this revision

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

  • Committer: Fathi Boudra
  • Date: 2012-07-05 05:57:00 UTC
  • mfrom: (532.1.1 linaro-image-tools)
  • Revision ID: fathi.boudra@linaro.org-20120705055700-rjx415jye5i0o2hy
Increasing vmalloc pool to accommodate ioremap'ed devices and hwmem allocations. (LP: #1014650)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1806
1806
                        'rootwait ro earlyprintk '
1807
1807
                        'mem=128M@0 mali.mali_mem=64M@128M hwmem=168M@192M '
1808
1808
                        'mem=22M@360M mem_issw=1M@383M mem=640M@384M '
1809
 
                        'vmalloc=300M init=/init androidboot.console=ttyAMA2',
 
1809
                        'vmalloc=400M init=/init androidboot.console=ttyAMA2',
1810
1810
            'bootcmd': 'fatload mmc 1:1 0x00100000 uImage; '
1811
1811
                       'fatload mmc 1:1 0x05000000 uInitrd; '
1812
1812
                       'bootm 0x00100000 0x05000000'}
1819
1819
                        'rootwait ro earlyprintk '
1820
1820
                        'mem=128M@0 mali.mali_mem=64M@128M hwmem=168M@192M '
1821
1821
                        'mem=22M@360M mem_issw=1M@383M mem=640M@384M '
1822
 
                        'vmalloc=300M init=/init androidboot.console=ttyAMA2',
 
1822
                        'vmalloc=400M init=/init androidboot.console=ttyAMA2',
1823
1823
            'bootcmd': 'fatload mmc 0:2 0x00100000 uImage; '
1824
1824
                       'fatload mmc 0:2 0x05000000 uInitrd; '
1825
1825
                       'bootm 0x00100000 0x05000000'}