boards/nsim: Enable unaligned data acess for nSIM with simple ARC EM

This will give us a possibility to check unaligned read/write support
in simulation.

Note nSIM with S(ecure)EM (with secure option) doesn't support that
mode in HW.

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
This commit is contained in:
Alexey Brodkin 2019-07-17 16:48:21 +03:00 committed by Andrew Boie
parent 5947014685
commit 7da47e6313
2 changed files with 2 additions and 0 deletions

View File

@ -16,3 +16,4 @@ CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y
CONFIG_SERIAL=y
CONFIG_ARC_EXCEPTION_DEBUG=y
CONFIG_ARC_USE_UNALIGNED_MEM_ACCESS=y

View File

@ -67,3 +67,4 @@
nsim_isa_dmac_fifo_depth=2
nsim_isa_dmac_int_config=single_internal
nsim_mem-dev=uart0,base=0xf0000000,irq=24
nsim_isa_unaligned_option=1