]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit357c2ca9135991e1e777ad204c5e9c49dbd3aee3
tree0f257714b5766de1939b51756f1a50a03efc90b6
parente906a1fd198427a81ce7a7416a4e352ddf034cdf
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