commit | 2c9d2b5a728b94365873ffe220a5eccaade5886a | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Fri May 27 22:06:52 2022 -0400 |
committer | Tom Rini <trini@konsulko.com> | Mon Jun 06 12:09:29 2022 -0400 |
tree | 3fd1aa1c955d32d0c47dca98a01d44e687aac94a | |
parent | 06d06f7694d8e07a8eaf1f32e51bdacf6c7d74ff [diff] |
Convert CONFIG_SYS_SPL_ARGS_ADDR to Kconfig This converts the following to Kconfig: CONFIG_SYS_SPL_ARGS_ADDR In doing so, we also consistently use this variable for SPL_OS_BOOT and not CONFIG_SYS_FDT_BASE in some cases. Signed-off-by: Tom Rini <trini@konsulko.com>