diff options
| author | Simon Glass <sjg@chromium.org> | 2023-09-26 08:14:17 -0600 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2023-10-06 14:38:11 -0400 |
| commit | 9cbdc3a0fca805bb1fd9ccf85114c504860814b9 (patch) | |
| tree | 39a7f1a50303c6f355fabf3c1920ddc13b3ac698 /configs/display5_defconfig | |
| 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 'configs/display5_defconfig')
| -rw-r--r-- | configs/display5_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/display5_defconfig b/configs/display5_defconfig index 496fd4adbac..24f22f0b035 100644 --- a/configs/display5_defconfig +++ b/configs/display5_defconfig @@ -45,7 +45,7 @@ CONFIG_SPL_ENV_SUPPORT=y CONFIG_SPL_SAVEENV=y CONFIG_SPL_I2C=y CONFIG_SPL_OS_BOOT=y -CONFIG_SYS_SPL_ARGS_ADDR=0x18000000 +CONFIG_SPL_PAYLOAD_ARGS_ADDR=0x18000000 CONFIG_SPL_FALCON_BOOT_MMCSD=y CONFIG_SYS_MMCSD_RAW_MODE_KERNEL_SECTOR=0x100 CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTOR=0x3F00 |
