Re: [U-Boot] [v4 2/2] armv8: layerscape: Discard the needless cpu nodes

2017-12-19 Thread York Sun
On 12/03/2017 08:37 PM, Wenbin song wrote: > Using "cpu_pos_mask()" function to detect the real online cpus, > and discard the needless cpu nodes on kernel dts. > > Signed-off-by: Wenbin Song > --- > Changes for v1: > Remove the config option. >

[U-Boot] [v4 2/2] armv8: layerscape: Discard the needless cpu nodes

2017-12-03 Thread Wenbin song
Using "cpu_pos_mask()" function to detect the real online cpus, and discard the needless cpu nodes on kernel dts. Signed-off-by: Wenbin Song --- Changes for v1: Remove the config option. Use id_to_core() funcation to find the position of core.