Hi,
I've been trying to recompile U-Boot so that Ubuntu only uses 1 processor.
Unfortunately
setenv
wont help as there is no
saveenv
function available.
What I have been doing is adding
"maxcpus=1"
to all kinds of places without success.
Here are some of my attempts which I all applied in in the device tree (in turn, not at the same time)
/include/config/zynq_zed.h
#define CONFIG_BOOTARGS "maxcpus=1"
above "/* No NOR Flash available on ZedBoard */"
and in the section:
#define CONFIG_EXTRA_ENV_SETTINGS
I tried it below ramdisk_size (with "" at the end) and at the very end of that section (without the "").
Please tell me what I'm doing wrong.
For the sake of completness. All the resulting boot.bin boot just fine, though using both CPUs. At leas system monitor show two and they both have some load on them.