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>
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user