diff options
Diffstat (limited to 'package/boot/uboot-layerscape/Makefile')
-rw-r--r-- | package/boot/uboot-layerscape/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/package/boot/uboot-layerscape/Makefile b/package/boot/uboot-layerscape/Makefile index 17fd7f97b0..74c3db83ff 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 |