commit | e8804d771af7e9c97bcffa6f09d2b2c8b475e461 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Sep 26 08:14:31 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Oct 06 14:38:12 2023 -0400 |
tree | 0ee4fca536adb59c2862affa0cc240666cc1cfb1 | |
parent | fba10879fabe20095bd94488f2e72483cf0b5661 [diff] |
spl: Avoid an #ifdef when printing gd->malloc_ptr Use an accessor in the header file to avoid this. Signed-off-by: Simon Glass <sjg@chromium.org>