spl: handoff: Correct Kconfig condition for SPL and TPL
authorSimon Glass <sjg@chromium.org>
Wed, 25 Sep 2019 14:11:17 +0000 (08:11 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Tue, 8 Oct 2019 05:51:03 +0000 (13:51 +0800)
commita7da3d984db524cdec8336927a5825ffaa8443af
treed3948ff78152ac7f088e6342e78f426db73f17c2
parent9bb746d819b32cdb6994ad5c09c59170e866ef3e
spl: handoff: Correct Kconfig condition for SPL and TPL

At present these options can be enabled when bloblist is not enabled for
SPL or TPL. This is incorrect as SPL handoff requires bloblist. Fix it.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
common/spl/Kconfig