commit | a7da3d984db524cdec8336927a5825ffaa8443af | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Sep 25 08:11:17 2019 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Tue Oct 08 13:51:03 2019 +0800 |
tree | d3948ff78152ac7f088e6342e78f426db73f17c2 | |
parent | 9bb746d819b32cdb6994ad5c09c59170e866ef3e [diff] |
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>