boards: riscv: tlsr9518adk80d: add IMG_BLOCK_BUF_SIZE to board defconfig
Add IMG_BLOCK_BUF_SZE config into tlsr9518adk80d_defconfig due to limitations for buffer image writter. The buffer shall be less (multiple of access alignment) or equal to flash page. tlsr9518adk80d boards use external P25Q16 IC as flesh memory. Flash page size of the IC is 256 bytes. So that, it is maximum image writer buffer size for such kind of boards. Signed-off-by: Alexandr Kolosov <rikorsev@gmail.com>
This commit is contained in:
parent
ef418aab40
commit
fc88a2a1fe
1 changed files with 6 additions and 0 deletions
|
@ -16,3 +16,9 @@ CONFIG_UART_CONSOLE=y
|
|||
|
||||
# HW DSP options
|
||||
CONFIG_TELINK_B91_HWDSP=n
|
||||
|
||||
# Buffer for image writter shall be less(multiple of access alignment) or
|
||||
# equal to flash page. tlsr9518adk80d boards use external P25Q16 IC as
|
||||
# flesh memory. Flash page size of the IC is 256 bytes. So that, it is
|
||||
# maximum image writer buffer size for such kind of boards.
|
||||
CONFIG_IMG_BLOCK_BUF_SIZE=256
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue