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:
parent
5947014685
commit
7da47e6313
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue