]> git.dujemihanovic.xyz Git - u-boot.git/commit
command: Don't allow commands in SPL
authorSimon Glass <sjg@chromium.org>
Wed, 22 Feb 2023 16:34:25 +0000 (09:34 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 3 Mar 2023 14:49:03 +0000 (09:49 -0500)
commitd99e6f78dedd473771d6dee1007a05b8574d5b5c
tree2fd21ee135868b17f5686b799330747b4b5aa25c
parent9c097f8139d0c6bd510c7b83dd175f693c62e85c
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>
include/command.h