[openwrt/openwrt] uboot-mvebu: Add U-boot for Turris Omnia
LEDE Commits
lede-commits at lists.infradead.org
Thu Feb 3 13:06:06 PST 2022
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/5c804bc199e43e7d41af3242cba950f88bb29807
commit 5c804bc199e43e7d41af3242cba950f88bb29807
Author: Josef Schlehofer <pepe.schlehofer at gmail.com>
AuthorDate: Fri Jan 28 13:37:08 2022 +0100
uboot-mvebu: Add U-boot for Turris Omnia
* Add U-boot support for Turris Omnia
Signed-off-by: Josef Schlehofer <pepe.schlehofer at gmail.com>
---
package/boot/uboot-mvebu/Makefile | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/package/boot/uboot-mvebu/Makefile b/package/boot/uboot-mvebu/Makefile
index 3550ab0611..566f45ffed 100644
--- a/package/boot/uboot-mvebu/Makefile
+++ b/package/boot/uboot-mvebu/Makefile
@@ -36,6 +36,14 @@ define U-Boot/helios4
UBOOT_IMAGE:=u-boot-spl.kwb
endef
+define U-Boot/omnia
+ NAME:=Turris Omnia
+ BUILD_DEVICES:=cznic_turris-omnia
+ BUILD_SUBTARGET:=cortexa9
+ UBOOT_CONFIG:=turris_omnia
+ UBOOT_IMAGE:=u-boot-spl.kwb
+endef
+
define U-Boot/espressobin
NAME:=Marvell ESPRESSObin
BUILD_SUBTARGET:=cortexa53
@@ -50,6 +58,7 @@ endef
UBOOT_TARGETS:= \
clearfog \
helios4 \
+ omnia \
espressobin \
uDPU
More information about the lede-commits
mailing list