Revert "tests: disable NRF5 entropy driver on some bsim/qemu tests"
This reverts commit e0fcb8552428fb45164ea2b4271b3b0206695b7f. Signed-off-by: Valerio Setti <vsetti@baylibre.com>
This commit is contained in:
parent
dbbdd212f1
commit
522b1f2bba
9 changed files with 0 additions and 51 deletions
|
@ -1,11 +0,0 @@
|
||||||
/ {
|
|
||||||
chosen {
|
|
||||||
/* The test is setting up a custom interrupt table which only allows a very
|
|
||||||
* limited number of platform IRQs and that is not the "standard" table generated
|
|
||||||
* by CONFIG_GEN_ISR_TABLES. The problem is that NRF5 entropy driver would enable
|
|
||||||
* an IRQ which is not in this list, therefore causing a runtime crash in the
|
|
||||||
* test. As a consequence we need to disable this driver.
|
|
||||||
*/
|
|
||||||
/delete-property/ zephyr,entropy;
|
|
||||||
};
|
|
||||||
};
|
|
|
@ -1,5 +0,0 @@
|
||||||
/ {
|
|
||||||
chosen {
|
|
||||||
/delete-property/ zephyr,entropy;
|
|
||||||
};
|
|
||||||
};
|
|
|
@ -1,5 +0,0 @@
|
||||||
/ {
|
|
||||||
chosen {
|
|
||||||
/delete-property/ zephyr,entropy;
|
|
||||||
};
|
|
||||||
};
|
|
|
@ -1,5 +0,0 @@
|
||||||
/ {
|
|
||||||
chosen {
|
|
||||||
/delete-property/ zephyr,entropy;
|
|
||||||
};
|
|
||||||
};
|
|
|
@ -1,5 +0,0 @@
|
||||||
/ {
|
|
||||||
chosen {
|
|
||||||
/delete-property/ zephyr,entropy;
|
|
||||||
};
|
|
||||||
};
|
|
|
@ -1,5 +0,0 @@
|
||||||
/ {
|
|
||||||
chosen {
|
|
||||||
/delete-property/ zephyr,entropy;
|
|
||||||
};
|
|
||||||
};
|
|
|
@ -1,5 +0,0 @@
|
||||||
/ {
|
|
||||||
chosen {
|
|
||||||
/delete-property/ zephyr,entropy;
|
|
||||||
};
|
|
||||||
};
|
|
|
@ -1,5 +0,0 @@
|
||||||
/ {
|
|
||||||
chosen {
|
|
||||||
/delete-property/ zephyr,entropy;
|
|
||||||
};
|
|
||||||
};
|
|
|
@ -1,5 +0,0 @@
|
||||||
/ {
|
|
||||||
chosen {
|
|
||||||
/delete-property/ zephyr,entropy;
|
|
||||||
};
|
|
||||||
};
|
|
Loading…
Add table
Add a link
Reference in a new issue