summaryrefslogtreecommitdiff
path: root/package/boot/uboot-layerscape
diff options
context:
space:
mode:
Diffstat (limited to 'package/boot/uboot-layerscape')
-rw-r--r--package/boot/uboot-layerscape/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/package/boot/uboot-layerscape/Makefile b/package/boot/uboot-layerscape/Makefile
index 17fd7f9..74c3db8 100644
--- a/package/boot/uboot-layerscape/Makefile
+++ b/package/boot/uboot-layerscape/Makefile
@@ -36,6 +36,11 @@ define uboot/ls1043ardb
CONFIG=ls1043ardb
endef
+define uboot/ls1046ardb
+ TITLE:=U-Boot $(PKG_NAME)-$(PKG_VERSION) for NXP ls1046ardb 64b Dev Board
+ CONFIG=ls1046ardb_qspi
+endef
+
define uboot/ls1012ardb
TITLE:=U-Boot $(PKG_NAME)-$(PKG_VERSION) for NXP ls1012ardb 64b Dev Board
CONFIG=ls1012ardb_qspi
@@ -44,6 +49,7 @@ endef
UBOOTS := \
ls1043ardb \
+ ls1046ardb \
ls1012ardb
define Package/uboot/template