commit | a44bd85c28de632f592cee99c4ee982cc2271492 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Oct 01 19:15:16 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Wed Dec 13 18:39:05 2023 -0500 |
tree | b9e9db24e15217a460eb2343aad5bd2d142d81ba | |
parent | 804aa37a6506f248a9e037701f4d3687fc23d965 [diff] |
test: Handle use of stack pointer in bdinfo This test assumes that the stack pointer is the same across two calls to lmb_init_and_reserve() but this is not the case on x86, for example. Add a special case to handle this, along with a detailed comment. Signed-off-by: Simon Glass <sjg@chromium.org>