commit | d78c9bd9096adf4e29e1f4ab93a4a21111d02a15 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Mon Jul 15 12:42:00 2024 +0100 |
committer | Tom Rini <trini@konsulko.com> | Fri Jul 19 16:48:07 2024 -0600 |
tree | 32de4fc057b04eec6cb089be0cb27ce19f90d6ec | |
parent | 63af59de6ca81558de2d5141b564430261fee733 [diff] |
bootstash: Do not provide a default address for all A valid memory location to stash bootstage information at will be architecture dependent. Move the existing defaults to the main Kconfig file for this option and set 0x0 as the default only for sandbox. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Rini <trini@konsulko.com>