Skip to content
Commit 3f93c644 authored by Arnd Bergmann's avatar Arnd Bergmann
Browse files

ARM: realview: build realview-dt SMP support only when used



The platsmp-dt.c file does not build when CONFIG_SMP is disabled:

platsmp-dt.c:84:2: error: unknown field 'smp_prepare_cpus' specified in initializer

This changes the Makefile to build it conditionally on CONFIG_SMP.
The legacy platsmp.c file is only used for ATAGS based builds, so
we can move it into the CONFIG_ATAGS conditional.

Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 86fff036
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment