u-boot/arch/powerpc
Alexander Graf b539534d12 PPC 85xx QEMU: Always assume 1 core
We only need u-boot to bother about a single core in the QEMU machine.
Everything that would require additional knowledge of more cores gets
handled by QEMU and passed straight into the payload we execute.

Because of this setup, it would be counterproductive to enable SMP support
in u-boot. We would have to rip CPUs out of already existing spin tables
and respin them from u-boot. It would be a pretty big mess.

So only assume we have a single core. This fixes errors about CONFIG_MP
being disabled.

Signed-off-by: Alexander Graf <agraf@suse.de>
2014-05-13 08:26:55 -07:00
..
cpu PPC 85xx QEMU: Always assume 1 core 2014-05-13 08:26:55 -07:00
include/asm powerpc/85xx: add T4080 SoC support 2014-05-13 08:26:54 -07:00
lib bd_info: remove bi_barudrate member from struct bd_info 2014-05-12 15:19:45 -04:00
config.mk kbuild: move "checkgcc4" to PowerPC archprepare 2014-03-07 10:59:07 -05:00