commit | d04ff1af7c0780aa5c4748a950091108bf37b572 | [log] [tgz] |
---|---|---|
author | Yuguo Zou <yuguo.zou@synopsys.com> | Thu Sep 24 11:50:13 2020 +0800 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Fri Oct 02 11:31:34 2020 +0200 |
tree | 22e621ecb83da4f1b09dec2ff474b8acf62203c3 | |
parent | df4b7803a1aeffb13bb3758df465241744bd2147 [diff] |
arch: arc: Restore MPU registers to its initial states between tests EMSK boards can't be reset between tests due to hardware configures. MPU v3 configs in previous test could cause exceptions in the following tests. This commit fixes this issue by restoring MPU registers initial states at early init stage. Signed-off-by: Yuguo Zou <yuguo.zou@synopsys.com>