commit | 0c81da3dcaa0a7ed57ed3fd86b32f75d8ad8d7ed | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Feb 22 09:34:25 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Thu Mar 02 12:37:30 2023 -0500 |
tree | 0fafb0892e0baed4ad1e5b9e98d310b39b14e546 | |
parent | 5f0804b9dbcde3e24260ef4cfd1e21eba47dc980 [diff] |
command: Don't allow commands in SPL At present we compile commands into U-Boot SPL even though they cannot be used. This wastes space. Adjust the condition to avoid this. Signed-off-by: Simon Glass <sjg@chromium.org>