Skip to content

Commit 6b2c133

Browse files
harrisonmutai-armLDong-Arm
authored andcommitted
Refactor KVStore config override explanation
The documentation previously referred to a weakly defined function `storage_configuration`, however, this function was replaced at some stage by `kv_init_storage_config`. Refactor the explanation on how to override the default configurations to reflect this. Also, remove the snippet which was used to show the implentation of `storage_configuration`.
1 parent 468ee97 commit 6b2c133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/docs/Configuration/CONFIGURATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ If file system is not set, the default file system and block device are applied
223223

224224
### Configuration functions API
225225

226-
Applications must call the function **storage_configuration()** to instantiate the required configuration. This function is defined as weak to allow the replacement of this function with a completely different implementation of the instantiation of components.
226+
Applications must call the function **kv_init_storage_config()** to instantiate the required configuration. This function is defined as weak to allow the replacement of this function with a completely different implementation of the instantiation of components.
227227

228228
Below is a list of setup functions that `storage_configuration()` calls in each case, and their description:
229229

0 commit comments

Comments
 (0)