diff mbox

[Branch,~linaro-maintainers/linaro-image-tools/trunk] Rev 307: Update tests for new mx51 initrd address.

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

Commit Message

Loïc Minier March 29, 2011, 1:30 p.m. UTC
------------------------------------------------------------
revno: 307
committer: Loïc Minier <lool@dooz.org>
branch nick: linaro-image-tools
timestamp: Tue 2011-03-29 15:28:38 +0200
message:
  Update tests for new mx51 initrd address.
modified:
  linaro_image_tools/media_create/tests/test_media_create.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/tests/test_media_create.py'
--- linaro_image_tools/media_create/tests/test_media_create.py	2011-03-24 18:41:59 +0000
+++ linaro_image_tools/media_create/tests/test_media_create.py	2011-03-29 13:28:38 +0000
@@ -345,8 +345,8 @@ 
             'bootargs': 'console=tty0 console=ttymxc0,115200n8  '
                         'root=UUID=deadbeef rootwait ro',
             'bootcmd': 'fatload mmc 0:2 0x90000000 uImage; '
-                       'fatload mmc 0:2 0x90800000 uInitrd; '
-                       'bootm 0x90000000 0x90800000'}
+                       'fatload mmc 0:2 0x92000000 uInitrd; '
+                       'bootm 0x90000000 0x92000000'}
         self.assertEqual(expected, boot_commands)
 
     def test_smdkv310(self):