diff options
author | Simon Glass | 2023-09-26 08:14:17 -0600 |
---|---|---|
committer | Tom Rini | 2023-10-06 14:38:11 -0400 |
commit | 9cbdc3a0fca805bb1fd9ccf85114c504860814b9 (patch) | |
tree | 39a7f1a50303c6f355fabf3c1920ddc13b3ac698 /doc/develop | |
parent | 82e26e0d6883673bdedbcdb0ddd4bc967ce6ce70 (diff) |
spl: Rename SYS_SPL_ARGS_ADDR to SPL_PAYLOAD_ARGS_ADDR
Rename this so that SPL is first, as per U-Boot convention. Also add
PAYLOAD_ since this is where in memory the parameters for the payload
have been stored.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'doc/develop')
-rw-r--r-- | doc/develop/falcon.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/develop/falcon.rst b/doc/develop/falcon.rst index a569d1a2951..2f25fc8532f 100644 --- a/doc/develop/falcon.rst +++ b/doc/develop/falcon.rst @@ -63,7 +63,7 @@ CONFIG_CMD_SPL Enable the "spl export" command. The command "spl export" is then available in U-Boot mode. -CONFIG_SYS_SPL_ARGS_ADDR +CONFIG_SPL_PAYLOAD_ARGS_ADDR Address in RAM where the parameters must be copied by SPL. In most cases, it is <start_of_ram> + 0x100. |