Re: [PATCH v5 44/44] command: Don't allow commands in SPL

2023-03-03 Thread Tom Rini
On Wed, Feb 22, 2023 at 09:34:25AM -0700, Simon Glass wrote: > 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 Applied to u-boot/next, thanks! -- Tom signature.asc Descrip

Re: [PATCH v5 44/44] command: Don't allow commands in SPL

2023-03-02 Thread Tom Rini
On Wed, Feb 22, 2023 at 09:34:25AM -0700, Simon Glass wrote: > 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 > --- > > Changes in v5: > - Drop FSL_ISBC_KEY_EXT patch as it c

[PATCH v5 44/44] command: Don't allow commands in SPL

2023-02-22 Thread Simon Glass
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 --- Changes in v5: - Drop FSL_ISBC_KEY_EXT patch as it changes the size - Drop PHY_CADENCE_SIERRA patch as it changes the size Change