Re: [PATCH v2 01/25] x86: mp_init: Switch to livetree

2020-06-27 Thread Bin Meng
On Mon, Jun 15, 2020 at 1:00 AM Simon Glass wrote: > > Update this code to use livetree calls instead of flat-tree. > > Signed-off-by: Simon Glass > Reviewed-by: Wolfgang Wallner > --- > > (no changes since v1) > > arch/x86/cpu/mp_init.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-)

[PATCH v2 01/25] x86: mp_init: Switch to livetree

2020-06-14 Thread Simon Glass
Update this code to use livetree calls instead of flat-tree. Signed-off-by: Simon Glass Reviewed-by: Wolfgang Wallner --- (no changes since v1) arch/x86/cpu/mp_init.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/arch/x86/cpu/mp_init.c b/arch/x86/cpu/mp_init.c index 7f