boards: arm: qemu_cortex_r5: add chosen entry for OCM
Add the 'chosen' entry for the OCM whose declaration is being added to the SoC's device tree. This enables the linker command file to properly place data explicitly assigned ocm_bss/ocm_data sections. Signed-off-by: Immo Birnbaum <Immo.Birnbaum@weidmueller.com>
This commit is contained in:
parent
68628941f7
commit
e7569d6a2d
|
@ -17,6 +17,7 @@
|
|||
zephyr,flash = &flash0;
|
||||
zephyr,console = &uart0;
|
||||
zephyr,shell-uart = &uart0;
|
||||
zephyr,ocm = &ocm;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue