tests: userspace: Support mimxrtXXX_evk_cm33
RT685 and RT494 ran out of mpu regions to do this test, so add board overlays to disable the USB SRAM MPU region definition because it is not needed for this test. Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
This commit is contained in:
parent
cd2fe8c186
commit
670e2a28fb
|
@ -0,0 +1,14 @@
|
|||
/*
|
||||
* Copyright 2023 NXP
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
/*
|
||||
* Disable USB SRAM node because this test does not
|
||||
* need USB but needs an extra MPU region which
|
||||
* otherwise would be taken up for the SRAM1 USB region.
|
||||
*/
|
||||
&sram1 {
|
||||
status = "disabled";
|
||||
};
|
|
@ -0,0 +1,14 @@
|
|||
/*
|
||||
* Copyright 2023 NXP
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
/*
|
||||
* Disable USB SRAM node because this test does not
|
||||
* need USB but needs an extra MPU region which
|
||||
* otherwise would be taken up for the SRAM1 USB region.
|
||||
*/
|
||||
&sram1 {
|
||||
status = "disabled";
|
||||
};
|
Loading…
Reference in a new issue