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:
Alexandr Kolosov 2022-06-15 16:05:33 +03:00 committed by Carles Cufí
commit fc88a2a1fe

View file

@ -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