diff options
author | Joel Stanley <joel@jms.id.au> | 2019-08-21 07:55:27 +0200 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2019-08-25 15:56:52 +0200 |
commit | 87dfe49691a3aefd66ebe76a4a0cc9e872d2587b (patch) | |
tree | 9ffe8cec12eee6c08c61134401ce6d9f395aee53 /arch/arm/Makefile | |
parent | ARM: aspeed: Add ASPEED AST2600 architecture (diff) | |
download | linux-87dfe49691a3aefd66ebe76a4a0cc9e872d2587b.tar.xz linux-87dfe49691a3aefd66ebe76a4a0cc9e872d2587b.zip |
ARM: aspeed: Enable SMP boot
This brings the secondary CPU into Linux. It depends on the setup
performed by ASPEED's u-boot.
Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'arch/arm/Makefile')
-rw-r--r-- | arch/arm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Makefile b/arch/arm/Makefile index c3624ca6c0bc..5fe6bd23dcd2 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile @@ -155,6 +155,7 @@ textofs-$(CONFIG_ARCH_AXXIA) := 0x00308000 machine-$(CONFIG_ARCH_ACTIONS) += actions machine-$(CONFIG_ARCH_ALPINE) += alpine machine-$(CONFIG_ARCH_ARTPEC) += artpec +machine-$(CONFIG_ARCH_ASPEED) += aspeed machine-$(CONFIG_ARCH_AT91) += at91 machine-$(CONFIG_ARCH_AXXIA) += axxia machine-$(CONFIG_ARCH_BCM) += bcm |