diff options
author | Joel Stanley <joel@jms.id.au> | 2019-08-21 15:25:27 +0930 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2019-08-25 23:26:52 +0930 |
commit | 87dfe49691a3aefd66ebe76a4a0cc9e872d2587b (patch) | |
tree | 9ffe8cec12eee6c08c61134401ce6d9f395aee53 /arch/arm/Makefile | |
parent | 9afe2c0a376f56f6bd78c7c5b9dec5e8f5d5a327 (diff) |
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 |