Revert "[Title] emulator-manager : change vm cpu type [Desc.] arm -> ARM [Issue]...
authorjihye kim <jihye1128.kim@samsung.com>
Fri, 2 Nov 2012 11:20:55 +0000 (20:20 +0900)
committerGerrit Code Review <gerrit2@system.s-core.co.kr>
Fri, 2 Nov 2012 11:20:55 +0000 (20:20 +0900)
This reverts commit 6bbcd27b18b74b8c94a1da434b65d0a28ac03089

src/org/tizen/emulator/manager/image/BaseImage.java

index 465a11c..ced94b6 100644 (file)
@@ -87,9 +87,6 @@ public class BaseImage {
                                domain          = prop.getProperty(StringResource.PRODUCT_DOMAIN, "Phone");
                                cpu                     = prop.getProperty(StringResource.TARGET_CPU, "x86");
                                cpu = cpu.toLowerCase();
-                               if (cpu.equals("arm")) {
-                                       cpu = cpu.toUpperCase();
-                               }
                                release         = prop.getProperty(StringResource.RELEASE_VERSION, "Not identified");
                        } else {
                                throw new Exception("This file does not exist (" + path + ")");