commit | e0be6eaf581d06af788509e588129c4dbae967d2 | [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 | 6371c47999ea78d00cf98028ced210bea8337711 [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>