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:
Joakim Andersson 2023-11-27 17:51:07 +01:00 committed by Henrik Brix Andersen
parent 8caae66eae
commit 83ada28178

View File

@ -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;
};