diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2018-01-27 23:46:32 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2018-02-17 01:15:25 +0100 |
commit | 718e5cd1cf08d7e31e3b93a03c92b90643ccc905 (patch) | |
tree | d923c464695f876060982c3a495e912a5dae943d /package/boot/uboot-sunxi/Makefile | |
parent | ef73ebbfe240c107ce02c178ca413b07ac6cac48 (diff) | |
download | upstream-718e5cd1cf08d7e31e3b93a03c92b90643ccc905.tar.gz upstream-718e5cd1cf08d7e31e3b93a03c92b90643ccc905.tar.bz2 upstream-718e5cd1cf08d7e31e3b93a03c92b90643ccc905.zip |
uboot-sunxi: Add Xunlong Orange Pi Zero Plus
This is based on a patch from armbian:
https://github.com/armbian/build/blob/master/patch/u-boot/u-boot-sunxi/add-orangepi-zeroplus.patch
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'package/boot/uboot-sunxi/Makefile')
-rw-r--r-- | package/boot/uboot-sunxi/Makefile | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/package/boot/uboot-sunxi/Makefile b/package/boot/uboot-sunxi/Makefile index 321e7e9c03..f7f96e9724 100644 --- a/package/boot/uboot-sunxi/Makefile +++ b/package/boot/uboot-sunxi/Makefile @@ -184,6 +184,14 @@ define U-Boot/pine64_plus UENV:=a64 endef +define U-Boot/orangepi_zero_plus + BUILD_SUBTARGET:=cortexa53 + NAME:=Xunlong Orange Pi Zero Plus + BUILD_DEVICES:=sun50i-h5-orangepi-zero-plus + DEPENDS:=+PACKAGE_u-boot-orangepi_zero_plus:arm-trusted-firmware-sunxi + UENV:=a64 +endef + UBOOT_TARGETS := \ A10-OLinuXino-Lime \ A13-OLinuXino \ @@ -210,7 +218,8 @@ UBOOT_TARGETS := \ orangepi_plus \ orangepi_2 \ pangolin \ - pine64_plus + pine64_plus \ + orangepi_zero_plus UBOOT_CONFIGURE_VARS += USE_PRIVATE_LIBGCC=yes |