RE: [PATCH v2 11/11] ARC: [plat-eznps] Handle memory error as an exception

From: Noam Camus
Date: Wed Jun 07 2017 - 02:08:14 EST


>From: Vineet Gupta [mailto:Vineet.Gupta1@xxxxxxxxxxxx]
>Sent: Wednesday, June 7, 2017 1:11 AM
...
>> +
>> +config EZNPS_MEM_ERROR
>> + bool "ARC-EZchip Memory error as an exception"
>> + depends on ARC_PLAT_EZNPS
>> + default n

>So you set default to "n" - thus by default it works for the simulator not silicon ?
Correct, this way I "align" Sim environment to react as close as possible to how it work with silicon.

-Noam