mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-09-19 04:41:30 +02:00
As the code is today, we get a warning about "select" statements on "choice" options not doing anything. In the case of OF_SEPARATE this is the default so we do not need to do anything here normally to enforce this. Signed-off-by: Tom Rini <trini@konsulko.com>