modify contents of ROMFS for SIDK_S5JT200's README
authorsunghan <sh924.chang@samsung.com>
Thu, 24 Aug 2017 11:21:28 +0000 (20:21 +0900)
committersunghan <sh924.chang@samsung.com>
Thu, 24 Aug 2017 11:24:52 +0000 (20:24 +0900)
',' should be followed at end of type and name lists.

build/configs/sidk_s5jt200/README.md

index f5606ea..9941142 100644 (file)
@@ -120,11 +120,11 @@ Before executing below steps, execute [generic steps](../../../external/contents
         ```bash
         Board Selection -> change values at Flash partition size list (in KBytes)
         ```
-    2. Append "smartfs" at end to SIDK_S5JT200_FLASH_PART_TYPE
+    2. Append "smartfs," at end to SIDK_S5JT200_FLASH_PART_TYPE
         ```bash
         Board Selection -> append string at Flash partition type list
         ```
-    3. Append "romfs" at end to SIDK_S5JT200_FLASH_PART_NAME
+    3. Append "romfs," at end to SIDK_S5JT200_FLASH_PART_NAME
         ```bash
         Board Selection -> append string at FLash partition name list
         ```