diff options
author | Sugaya Taichi <sugaya.taichi@socionext.com> | 2019-02-27 07:52:33 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2019-03-01 17:18:26 +0300 |
commit | 9fb29c734f9e98adc1f2f3c4629fe487cb93f2dd (patch) | |
tree | 8cbdd536737f1b15b2c96db99bb799781a5db087 /arch/arm/mach-milbeaut/Makefile | |
parent | f2a3aa163cf88103c9148ad63f086c6f677220ec (diff) | |
download | linux-9fb29c734f9e98adc1f2f3c4629fe487cb93f2dd.tar.xz |
ARM: milbeaut: Add basic support for Milbeaut m10v SoC
This adds the basic M10V SoC support under arch/arm.
Since all cores are activated in the custom bootloader before booting
linux, it is necessary to wait for the secondary-cores using cpu-enable-
method and special sram.
Signed-off-by: Sugaya Taichi <sugaya.taichi@socionext.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-milbeaut/Makefile')
-rw-r--r-- | arch/arm/mach-milbeaut/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-milbeaut/Makefile b/arch/arm/mach-milbeaut/Makefile new file mode 100644 index 000000000000..ce5ea062047a --- /dev/null +++ b/arch/arm/mach-milbeaut/Makefile @@ -0,0 +1 @@ +obj-$(CONFIG_SMP) += platsmp.o |