commit | c19fee5939165f4e9abc6abc8f81d2b3588baf59 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Feb 05 17:55:03 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Feb 10 07:41:40 2023 -0500 |
tree | 02a3a6f1f1344737b24d5d85be340e5ac881e181 | |
parent | 9e0417e02a46c6c59a8e7a6cc5779c8751d241a9 [diff] |
Correct SPL uses of SAVE_PREV_BL_INITRAMFS_START_ADDR This converts 2 usages of this option to the non-SPL form, since there is no SPL_SAVE_PREV_BL_INITRAMFS_START_ADDR defined in Kconfig Signed-off-by: Simon Glass <sjg@chromium.org>