diff options
author | Szemző András <sza@esh.hu> | 2017-05-31 04:06:21 +0300 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2017-06-02 11:11:38 +0300 |
commit | 2d4c44e979eaa846dfa63717c4f4818e11161c66 (patch) | |
tree | 4a469eca5c35fd92824a305d8e3470cfea78abbb /arch/arm/mach-at91/Makefile.boot | |
parent | 8a9d600a8e119373fe17555219948d8d235a62d5 (diff) | |
download | linux-2d4c44e979eaa846dfa63717c4f4818e11161c66.tar.xz |
ARM: at91: Add armv7m support
Add Atmel SAME70/SAMS70/SAMV71 SoC support.
Signed-off-by: Szemző András <sza@esh.hu>
Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Diffstat (limited to 'arch/arm/mach-at91/Makefile.boot')
-rw-r--r-- | arch/arm/mach-at91/Makefile.boot | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/Makefile.boot b/arch/arm/mach-at91/Makefile.boot new file mode 100644 index 000000000000..eacfc3f5c33e --- /dev/null +++ b/arch/arm/mach-at91/Makefile.boot @@ -0,0 +1,3 @@ +# Empty file waiting for deletion once Makefile.boot isn't needed any more. +# Patch waits for application at +# http://www.arm.linux.org.uk/developer/patches/viewpatch.php?id=7889/1 . |