diff options
author | Chanwoo Choi <cw00.choi@samsung.com> | 2017-04-13 16:10:26 +0900 |
---|---|---|
committer | Chanwoo Choi <cw00.choi@samsung.com> | 2017-04-13 16:12:50 +0900 |
commit | b4225055fbe192b5d516172450c42f949ed09432 (patch) | |
tree | 8378ad3535776a1499663ffc59b9d04c2f337c84 | |
parent | 210c53ac7051135b25a503c337695b486bd661a6 (diff) | |
download | model-config-n4-b4225055fbe192b5d516172450c42f949ed09432.tar.gz model-config-n4-b4225055fbe192b5d516172450c42f949ed09432.tar.bz2 model-config-n4-b4225055fbe192b5d516172450c42f949ed09432.zip |
Fix the SoC version as the exynos5433submit/tizen/20170417.012523accepted/tizen/unified/20170417.083011
This patch fixes the wrong SoC version from exynos4412 to exynos5433.
Change-Id: I8e90895e9f6422481d0db67719de9c6496ebfa9c
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
-rw-r--r-- | model-config.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/model-config.xml b/model-config.xml index b53f7cf..f4f2212 100644 --- a/model-config.xml +++ b/model-config.xml @@ -4,7 +4,7 @@ <key name="tizen.org/system/model_name" type="string">TM2</key> <key name="tizen.org/system/platform.name" type="string">Tizen</key> <key name="tizen.org/feature/platform.version" type="string">4.0</key> - <key name="tizen.org/system/platform.processor" type="string">exynos4412</key> + <key name="tizen.org/system/platform.processor" type="string">exynos5433</key> <key name="tizen.org/system/platform.communication_processor" type="string">XMM6260</key> <key name="tizen.org/system/manufacturer" type="string">Tizen</key> <key name="tizen.org/feature/battery" type="bool">true</key> |