diff mbox

[Branch,~linaro-maintainers/linaro-image-tools/trunk] Rev 308: Merge lp:~lag/linaro-image-tools/lt-ux500-support but change glob from "u*500"

Message ID 20110401142119.20723.82312.launchpad@loganberry.canonical.com
State Accepted
Headers show

Commit Message

Loïc Minier April 1, 2011, 2:21 p.m. UTC
Merge authors:
  Lee Jones (lag)
Related merge proposals:
  https://code.launchpad.net/~lag/linaro-image-tools/lt-ux500-support/+merge/53970
  proposed by: Lee Jones (lag)
  review: Needs Fixing - Guilherme Salgado (salgado)
------------------------------------------------------------
revno: 308 [merge]
fixes bug(s): https://launchpad.net/bugs/737173
committer: Loïc Minier <lool@dooz.org>
branch nick: linaro-image-tools
timestamp: Fri 2011-04-01 16:18:41 +0200
message:
  Merge lp:~lag/linaro-image-tools/lt-ux500-support but change glob from "u*500"
  to "u?500"; fixes support for new name of vmlinuz file in U8500 hwpack;
  LP: #737173.
modified:
  linaro_image_tools/media_create/boards.py


--
lp:linaro-image-tools
https://code.launchpad.net/~linaro-maintainers/linaro-image-tools/trunk

You are subscribed to branch lp:linaro-image-tools.
To unsubscribe from this branch go to https://code.launchpad.net/~linaro-maintainers/linaro-image-tools/trunk/+edit-subscription
diff mbox

Patch

=== modified file 'linaro_image_tools/media_create/boards.py'
--- linaro_image_tools/media_create/boards.py	2011-03-28 20:21:09 +0000
+++ linaro_image_tools/media_create/boards.py	2011-04-01 14:18:41 +0000
@@ -429,7 +429,7 @@ 
     kernel_addr = '0x00100000'
     initrd_addr = '0x08000000'
     load_addr = '0x00008000'
-    kernel_suffix = 'ux500'
+    kernel_suffix = 'u?500'
     boot_script = 'flash.scr'
     extra_boot_args_options = (
         'earlyprintk rootdelay=1 fixrtc nocompcache '