[PATCH 06/34] test: Handle use of stack pointer in bdinfo

Simon Glass sjg at chromium.org
Wed Dec 13 21:39:38 CET 2023


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 at chromium.org>
---

 test/cmd/bdinfo.c | 12 ++++++++++++
 1 file changed, 12 insertions(+)

Applied to u-boot-dm/next, thanks!


More information about the U-Boot mailing list