Change UART speed before Bluetooth firmware download.
diff --git a/tools/hciattach_tialt.c b/tools/hciattach_tialt.c
index f88b20e..e4ad995 100644
--- a/tools/hciattach_tialt.c
+++ b/tools/hciattach_tialt.c
@@ -263,9 +263,8 @@
 				brf_chip);
 
 		sprintf(fw, "/etc/firmware/%s.bin", c_brf_chip[brf_chip]);
-		texas_load_firmware(fd, fw);
-
 		texas_change_speed(fd, ti, speed);
+		texas_load_firmware(fd, fw);
 	}
 	nanosleep(&tm, NULL);
 	return 0;