aboutsummaryrefslogtreecommitdiff
path: root/linaro_image_tools/media_create/tests
diff options
context:
space:
mode:
authorMilo Casagrande <milo@ubuntu.com>2013-04-03 17:12:24 +0200
committerMilo Casagrande <milo@ubuntu.com>2013-04-03 17:12:24 +0200
commitf2d720ea4972e27c51b447d25c0c771f08a576fc (patch)
tree27dade577a0cb3244607f45996a6bd7364c595d3 /linaro_image_tools/media_create/tests
parent4c13ee4544edf27bff1c10928e9294f936a77deb (diff)
parentaa0732f33358c63f632a7e0f18617a47002f0bc5 (diff)
Changed MMC option for Snowball EMMC board.
Diffstat (limited to 'linaro_image_tools/media_create/tests')
-rw-r--r--linaro_image_tools/media_create/tests/test_media_create.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/linaro_image_tools/media_create/tests/test_media_create.py b/linaro_image_tools/media_create/tests/test_media_create.py
index 37537ac..219770e 100644
--- a/linaro_image_tools/media_create/tests/test_media_create.py
+++ b/linaro_image_tools/media_create/tests/test_media_create.py
@@ -2102,8 +2102,8 @@ class TestGetBootCmd(TestCase):
'mem_modem=32M@96M mem=44M@128M pmem=22M@172M '
'mem=30M@194M mem_mali=32M@224M pmem_hwb=54M@256M '
'hwmem=48M@302M mem=152M@360M',
- 'bootcmd': 'fatload mmc 1:1 0x00100000 uImage; '
- 'fatload mmc 1:1 0x08000000 uInitrd; '
+ 'bootcmd': 'fatload mmc 0:2 0x00100000 uImage; '
+ 'fatload mmc 0:2 0x08000000 uInitrd; '
'bootm 0x00100000 0x08000000',
'fdt_high': '0xffffffff',
'initrd_high': '0xffffffff'}