On Fri, Mar 14, 2025 at 10:30 PM Tom Rini <[email protected]> wrote: > > As the code is today, we get a warning about "select" statements on > "choice" options not doing anything. In this case we can easily fix this > by dropping the select line as the following choice statement handles > things correctly. We also drop the "default false" line as false / n is > the default. > > Signed-off-by: Tom Rini <[email protected]> > --- > Cc: Teresa Remmet <[email protected]>
Applied to u-boot-imx/next, thanks.

