]> git.baikalelectronics.ru Git - uboot.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)
commit3dbe180616c93bd3403c3d8dfd2d138ca83213db
tree2fd21ee135868b17f5686b799330747b4b5aa25c
parentc1118eb6e7cf4299600f87409832f4140720c5c1
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