diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2017-07-15 22:53:20 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2017-09-18 20:34:55 +0200 |
commit | 24c2f5125e253d241abed39c59f76b6417f45306 (patch) | |
tree | 9d50449b838ffeef183233860a9ebf3bdb96842a /target/linux/sunxi/Makefile | |
parent | 3b88f74bbe9134465a84234e1e7400af585f8c2b (diff) | |
download | upstream-24c2f5125e253d241abed39c59f76b6417f45306.tar.gz upstream-24c2f5125e253d241abed39c59f76b6417f45306.tar.bz2 upstream-24c2f5125e253d241abed39c59f76b6417f45306.zip |
sunxi: Add A64 support with cortex53 subtarget
This adds initial support for the A64 Allwinner SoC to LEDE.
It will be build in the new cortexa53 subtarget.
Currently it only supports the pine64 and the image is able to boot on
this SoC.
Camera, Ethernet, HDMI and other parts are currently not working.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/sunxi/Makefile')
-rw-r--r-- | target/linux/sunxi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/sunxi/Makefile b/target/linux/sunxi/Makefile index 65d43358c9..982eecbcbd 100644 --- a/target/linux/sunxi/Makefile +++ b/target/linux/sunxi/Makefile @@ -11,7 +11,7 @@ ARCH:=arm BOARD:=sunxi BOARDNAME:=Allwinner A1x/A20/A3x FEATURES:=fpu usb ext4 display rtc squashfs -SUBTARGETS:=cortexa8 cortexa7 +SUBTARGETS:=cortexa8 cortexa7 cortexa53 MAINTAINER:=Zoltan HERPAI <wigyori@uid0.hu> KERNEL_PATCHVER:=4.9 |