Skip to content

Commit

Permalink
boards: x86: arduino_101: set DISK_FLASH_MAX_RW_SIZE to 256
Browse files Browse the repository at this point in the history
set DISK_FLASH_MAX_RW_SIZE to 256, as maximum bytes that can be
programed to SPI FLASH by Page Program Command is 256.

Fixes zephyrproject-rtos#8506

Signed-off-by: Savinay Dharmappa <[email protected]>
  • Loading branch information
SavinayDharmappa authored and nashif committed Aug 29, 2018
1 parent 6a01c69 commit 8c91001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boards/x86/arduino_101/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ config DISK_FLASH_START
default 0x0

config DISK_FLASH_MAX_RW_SIZE
default 1024
default 256

config DISK_ERASE_BLOCK_SIZE
default 0x1000
Expand Down

0 comments on commit 8c91001

Please sign in to comment.