mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-09 13:16:40 +03:00
As the code is today, we get a warning about "select" statements on "choice" options not doing anything. This is why for all of the boards which had an 'imply MULTI_DTB_FIT_USER_DEFINED_AREA' they then also had to set the option in the defconfig. Drop the imply lines here. Signed-off-by: Tom Rini <trini@konsulko.com>