From fe72b94e685b2da06e45b8ef79105e5a4a3c8b6f Mon Sep 17 00:00:00 2001 From: Linus <30652341+linus-ha@users.noreply.github.com> Date: Mon, 20 Oct 2025 18:29:01 +0200 Subject: [PATCH] Rename 'user_data' to 'user_data_partition' Signed-off-by: Linus <30652341+linus-ha@users.noreply.github.com> --- docs/board-support/adding-support/overlay.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/board-support/adding-support/overlay.md b/docs/board-support/adding-support/overlay.md index 6c80991..77a9061 100644 --- a/docs/board-support/adding-support/overlay.md +++ b/docs/board-support/adding-support/overlay.md @@ -46,7 +46,7 @@ Ocre uses MCUBoot as a boot-loader, therefore it requires setting up the flash p | `slot0_partition` | 256k | Primary slot for image 0 | | `slot1_partition` | 256k | Secondary slot for image 0 | | `storage_partition` | 8k | Storage for custom Zephyr functions | -| `user_data` | Remaining memory | Storage for Ocre container definitions and images | +| `user_data_partition` | Remaining memory | Storage for Ocre container definitions and images | {: .note} Not all boards will require you to define *all* the above partitions in the `.overlay` file, as their `.dts` file may already define them. Please refer to your boards `.dts` file beforehand and only define (or modify) partitions if they're needed. @@ -112,4 +112,4 @@ Creating an overlay file will most likely take a bit of iteration as each board ## Next Steps If your board builds successfully, congratulations! Continue to the [**Contributing Board Support**](../contributing) page to figure out how to get your board added to the official Ocre repos. -If you weren't successful by simply creating an overlay, then see the [**Create a Device Config**](../config) to add necessary configuration options for your board. \ No newline at end of file +If you weren't successful by simply creating an overlay, then see the [**Create a Device Config**](../config) to add necessary configuration options for your board.