samples: let nuc uos only start with 1 cpu

there are only 2 CPUs on UP2 platform, so we can only start 1 cpu for
uos on UP2 platform.

as this is only an example script, user can modify the uos start CPU
number according his requirement.

Signed-off-by: Jason Chen CJ <jason.cj.chen@intel.com>
This commit is contained in:
Jason Chen CJ 2018-08-17 13:15:15 +08:00 committed by lijinxia
parent 709cd5749e
commit 10a4c6c7dc
1 changed files with 1 additions and 1 deletions

View File

@ -41,4 +41,4 @@ for i in `ls -d /sys/devices/system/cpu/cpu[1-99]`; do
fi
done
launch_clear 1 3 "64 448 8" 0x070F00 clear
launch_clear 1 1 "64 448 8" 0x070F00 clear