Message ID | 20110329133037.18272.65556.launchpad@loganberry.canonical.com |
---|---|
State | Accepted |
Headers | show |
=== 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):