Re: [PATCH v4] spl: remove usage of CMD_BOOT[IZ] from image parsing

2025-03-14 Thread Anshul Dalal
On Thu Mar 13, 2025 at 8:58 AM IST, Anshul Dalal wrote: > Using CMD_* configs from spl doesn't make logical sense. Therefore this > patch replaces the checks for CMD_BOOT[IZ] with newly added configs > SPL_HAS_BOOT[IZ]. > > An imply clause has been added for CMD_BOOTZ to avoid breaking configs > th

Re: [PATCH v4] spl: remove usage of CMD_BOOT[IZ] from image parsing

2025-03-13 Thread Anshul Dalal
On Thu Mar 13, 2025 at 8:21 PM IST, Tom Rini wrote: > On Thu, Mar 13, 2025 at 08:58:42AM +0530, Anshul Dalal wrote: > > > Using CMD_* configs from spl doesn't make logical sense. Therefore this > > patch replaces the checks for CMD_BOOT[IZ] with newly added configs > > SPL_HAS_BOOT[IZ]. > > > > An

Re: [PATCH v4] spl: remove usage of CMD_BOOT[IZ] from image parsing

2025-03-13 Thread Tom Rini
On Thu, Mar 13, 2025 at 08:58:42AM +0530, Anshul Dalal wrote: > Using CMD_* configs from spl doesn't make logical sense. Therefore this > patch replaces the checks for CMD_BOOT[IZ] with newly added configs > SPL_HAS_BOOT[IZ]. > > An imply clause has been added for CMD_BOOTZ to avoid breaking conf