Merge lp://staging/~dave-long/linaro-image-tools/fix-panda-u-boot into lp://staging/linaro-image-tools/11.11
Proposed by
David Long
Status: | Merged |
---|---|
Merged at revision: | 403 |
Proposed branch: | lp://staging/~dave-long/linaro-image-tools/fix-panda-u-boot |
Merge into: | lp://staging/linaro-image-tools/11.11 |
Diff against target: |
25 lines (+4/-0) 2 files modified
linaro_image_tools/media_create/boards.py (+2/-0) linaro_image_tools/media_create/tests/test_media_create.py (+2/-0) |
To merge this branch: | bzr merge lp://staging/~dave-long/linaro-image-tools/fix-panda-u-boot |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Ricardo Salveti (community) | Approve | ||
James Tunnicliffe (community) | Approve | ||
Review via email: mp+67554@code.staging.launchpad.net |
Description of the change
Add lines to boot.scr for omap4 which will set the "initrd_high" and the new "fdt_high" environment variables to the magic value 0xffffffff, which instructs u-boot not to copy the initial ramdisk and flattened device tree to the end of SDRAM. This is necessary on platforms with more than about 3/4G of RAM as the Linux kernel does not seem to like finding the ramdisk or fdt in HIGHMEM.
To post a comment you must log in.
Looks good to me.