Skip to content

Commit

Permalink
samples: smp_transfer: don't reserve app/radio shared memory from app
Browse files Browse the repository at this point in the history
Don't configure access to cpuapp/cpurad shared memory from the cpuapp
side, as the shared access is configured by the cpurad side.

Signed-off-by: Jonathan Nilsen <[email protected]>
  • Loading branch information
jonathannilsen committed Oct 24, 2024
1 parent 1064038 commit 947f20b
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ ipc0: &cpuapp_cpurad_ipc {
status = "okay";
};

&cpuapp_cpurad_ram0x_region {
status = "okay";
};

&cpurad_bellboard {
status = "okay";
};
Expand Down

0 comments on commit 947f20b

Please sign in to comment.