=== modified file 'linaro_image_tools/media_create/boards.py'
@@ -722,7 +722,6 @@
make_uImage(cls.load_addr, k_img_data, boot_dir)
make_uInitrd(i_img_data, boot_dir)
- make_dtb(d_img_data, boot_dir)
# unused at the moment once FAT support enabled for the
# Samsung u-boot this can be used bug 727978
=== modified file 'linaro_image_tools/media_create/tests/test_media_create.py'
@@ -364,7 +364,7 @@
def test_smdkv310(self):
boot_commands = board_configs['smdkv310']._get_boot_env(
is_live=False, is_lowmem=False, consoles=[],
- rootfs_uuid="deadbeef", d_img_data="smdkv310.dtb")
+ rootfs_uuid="deadbeef", d_img_data=None)
expected = {
'bootargs': 'console=ttySAC1,115200n8 root=UUID=deadbeef '
'rootwait ro',