On Tue, 12 Aug 2025 11:59:07 -0600, Tom Rini wrote: > Normally, local_save_flags is used as part of the local_irq_* macros, so > remove that as it's unused. Make local_irq_save do something to the > passed variable so that it won't trigger unused variable warnings later. > >
Applied to u-boot/next, thanks! [1/2] sandbox: Improve dummy local_irq_save implementation commit: 58998fed9e63e8310a96229565d2996ad29d191e [2/2] sandbox: Add generic asm/atomic.h commit: 66ff673a8e9f56d2c08a32d12867094c77ea5fd3 -- Tom