commit | ad67972f39ada101144a14bd5b6a32957a1e3e15 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Sep 26 08:14:21 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Oct 06 14:38:12 2023 -0400 |
tree | a6504124733239b2e7d96533e43c10d377f7a35e | |
parent | e49743fb1cc08defc3a8347cda740d013e7268e9 [diff] |
spl: Avoid #ifdef with CONFIG_SPL_PAYLOAD_ARGS_ADDR Move the condition to the header file to improve readability. Signed-off-by: Simon Glass <sjg@chromium.org>