Re: [U-Boot] [PATCH v2 08/38] spl: handoff: Correct Kconfig condition for SPL and TPL

2019-10-03 Thread Bin Meng
On Wed, Oct 2, 2019 at 9:58 PM Bin Meng wrote: > > On Wed, Sep 25, 2019 at 10:12 PM Simon Glass wrote: > > > > 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 >

Re: [U-Boot] [PATCH v2 08/38] spl: handoff: Correct Kconfig condition for SPL and TPL

2019-10-02 Thread Bin Meng
On Wed, Sep 25, 2019 at 10:12 PM Simon Glass wrote: > > 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 > --- > > Changes in v2: None > > common/spl/Kconfig | 4 ++--

[U-Boot] [PATCH v2 08/38] spl: handoff: Correct Kconfig condition for SPL and TPL

2019-09-25 Thread Simon Glass
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 --- Changes in v2: None common/spl/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/