s5j: fix trivial typo in Kconfig
authorEunBong Song <eunb.song@samsung.com>
Thu, 6 Apr 2017 04:29:23 +0000 (13:29 +0900)
committerHeesub Shin <heesub.shin@samsung.com>
Tue, 18 Apr 2017 03:02:09 +0000 (12:02 +0900)
S5J_FLASH_SIZE and S5J_BOOTLOADER_REGION_SIZE are bytes unit, so Kconfig
entries should be changed to byte-unit.

Change-Id: I25ded972c5583328c0ec6d1b95455f77aecbfd15
Signed-off-by: EunBong Song <eunb.song@samsung.com>
os/arch/arm/src/s5j/Kconfig

index 5b299bf..6827254 100644 (file)
@@ -235,8 +235,8 @@ config S5J_FLASH_MIRROR_BASE
                Provides mirror address mapped to Nor flash with same space
 
 config S5J_FLASH_SIZE
-       hex "Nor Flash size (KB)"
-       default 8192
+       hex "Nor Flash size (Byte)"
+       default 0x800000
        help
                Samsung IoT uses serial nor flash memory, set to default size
 
@@ -245,8 +245,8 @@ config S5J_FLASH_SECTOR_SIZE
        default 4096
 
 config S5J_BOOTLOADER_REGION_SIZE
-       hex "Boot loader region size(KB)"
-       default 4096
+       hex "Boot loader region size (Byte)"
+       default 0x400000
        help
                When smartfs initialize flash, it will be skipped. This features is used to
                prevent for erasing or accessing to Non smartfs region.