From: sunghan Date: Thu, 24 Aug 2017 11:21:28 +0000 (+0900) Subject: modify contents of ROMFS for SIDK_S5JT200's README X-Git-Tag: 1.1_Public_Release~324^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=374017371a641f65e85447915aff6ba2349c599a;p=rtos%2Ftinyara.git modify contents of ROMFS for SIDK_S5JT200's README ',' should be followed at end of type and name lists. --- diff --git a/build/configs/sidk_s5jt200/README.md b/build/configs/sidk_s5jt200/README.md index f5606ea..9941142 100644 --- a/build/configs/sidk_s5jt200/README.md +++ b/build/configs/sidk_s5jt200/README.md @@ -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 ```