boards: posix: bsim: Update paths
Updates paths to account for legacy in them to prevent build failures Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
parent
14b57f56d7
commit
9c4ac6a202
|
@ -10,7 +10,7 @@
|
|||
#include <mem.h>
|
||||
#include <arm/nordic/nrf52833.dtsi>
|
||||
/* We resuse the pinctrl definitions directly from the real board : */
|
||||
#include <../boards/arm/nrf52833dk_nrf52833/nrf52833dk_nrf52833-pinctrl.dtsi>
|
||||
#include <../boards/boards_legacy/arm/nrf52833dk_nrf52833/nrf52833dk_nrf52833-pinctrl.dtsi>
|
||||
|
||||
/ {
|
||||
model = "nrf52 bsim";
|
||||
|
|
|
@ -115,4 +115,4 @@
|
|||
/* We re-use the IPC shared buffer definition from the real HW. But note the start address of the
|
||||
* buffer won't be used.
|
||||
*/
|
||||
#include <../boards/arm/nrf5340dk_nrf5340/nrf5340_shared_sram_planning_conf.dtsi>
|
||||
#include <../boards/board_legacy/arm/nrf5340dk_nrf5340/nrf5340_shared_sram_planning_conf.dtsi>
|
||||
|
|
|
@ -77,4 +77,4 @@
|
|||
/* We re-use the IPC shared buffer definition from the real HW. But note the start address of the
|
||||
* buffer won't be used.
|
||||
*/
|
||||
#include <../boards/arm/nrf5340dk_nrf5340/nrf5340_shared_sram_planning_conf.dtsi>
|
||||
#include <../boards/boards_legacy/arm/nrf5340dk_nrf5340/nrf5340_shared_sram_planning_conf.dtsi>
|
||||
|
|
Loading…
Reference in New Issue