boards: arm: bl5340_dvk: Remove disabling of QSPI for BL5340 DVS NS
Remove disable of QSPI for BL5340 DVK cpuapp NS build. The QSPI is not configured as a secure peripheral in the generic nrf5340 platform support. Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
This commit is contained in:
parent
8caae66eae
commit
83ada28178
@ -28,12 +28,3 @@ zephyr_udc0: &usbd {
|
||||
compatible = "nordic,nrf-usbd";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&qspi {
|
||||
status = "disabled";
|
||||
|
||||
/* Drop the flash and partitions to avoid the config being used for DFU
|
||||
* samples.
|
||||
*/
|
||||
/delete-node/ mx25r6435f@0;
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user