Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[LTD fromlist] arm: nxp: k6x: Add default partition table.
Recent changes (6925504, 91f67a1, 84628e8, fa4a393) add support for a partition table in the flash. Add support for this to the nxp k6x dtsi file. By default, code will occupy the entire flash. By setting a chosen node in an application, the code can be linked into one of the partitions. For example, and app could create a 'frdm_k64f.overlay' file at the top of their project with: / { chosen { zephyr,code-partition = &slot0_partition; }; }; to place an application in slot 0. Signed-off-by: David Brown <[email protected]>
- Loading branch information