SPL: Default to disabling legacy image support when using FIT
authorTom Rini <trini@konsulko.com>
Thu, 23 May 2019 11:14:08 +0000 (07:14 -0400)
committerTom Rini <trini@konsulko.com>
Thu, 11 Jul 2019 18:11:19 +0000 (14:11 -0400)
commit11bd2fa1977ec3011f0310706ee787fe2c770a65
tree0f257714b5766de1939b51756f1a50a03efc90b6
parentc76c93a3d5a921152e27aa7adb3bbcf9ec4015e1
SPL: Default to disabling legacy image support when using FIT

When we have a FIT image being used by SPL by default that means the
most common case is that we'll never run into a legacy image.  Disable
legacy image support by default in that case to reclaim space.

Signed-off-by: Tom Rini <trini@konsulko.com>
common/spl/Kconfig