Merge lp:~hrw/linaro-image-tools/more-ram-for-pandaboard into lp:linaro-image-tools/11.11

Proposed by Marcin Juszkiewicz
Status: Merged
Merged at revision: 316
Proposed branch: lp:~hrw/linaro-image-tools/more-ram-for-pandaboard
Merge into: lp:linaro-image-tools/11.11
Diff against target: 12 lines (+1/-1)
1 file modified
linaro_image_tools/media_create/boards.py (+1/-1)
To merge this branch: bzr merge lp:~hrw/linaro-image-tools/more-ram-for-pandaboard
Reviewer Review Type Date Requested Status
Loïc Minier (community) Approve
Review via email: mp+56602@code.launchpad.net

Description of the change

Pandaboard works fine with 512MB more then current defaults.

To post a comment you must log in.
Revision history for this message
Loïc Minier (lool) wrote :

I tested a similar change locally and it worked for me; apart of fixing the testsuite, this is ok to go in.

I would prefer if these args were in the kernel, but there is a tradeoff between video RAM and rest of RAM, so I guess we will need them for a while.

review: Approve
Revision history for this message
Loïc Minier (lool) wrote :

I fixed the testsuite to pass

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'linaro_image_tools/media_create/boards.py'
2--- linaro_image_tools/media_create/boards.py 2011-04-05 11:06:49 +0000
3+++ linaro_image_tools/media_create/boards.py 2011-04-06 16:02:11 +0000
4@@ -454,7 +454,7 @@
5 boot_script = 'boot.scr'
6 extra_boot_args_options = (
7 'earlyprintk fixrtc nocompcache vram=32M '
8- 'omapfb.vram=0:8M mem=463M ip=none')
9+ 'omapfb.vram=0:8M mem=463M@0x80000000 mem=512M@0xA0000000 ip=none')
10
11
12 class IgepConfig(BeagleConfig):

Subscribers

People subscribed via source and target branches