layerscape: resurrect support for FRDM-LS1012A
[openwrt/staging/rmilecki.git] / package / boot / uboot-layerscape / Makefile
index ddf71bd986b948dc57d4596539e9480f9d3d3323..63c16a7db0afbc023901dbbd22a90e6c577fbdb4 100644 (file)
@@ -27,6 +27,12 @@ define U-Boot/Default
   ENV_SIZE:=0x2000
 endef
 
+define U-Boot/ls1012afrdm
+  NAME:=NXP LS1012AFRDM
+  UBOOT_CONFIG:=ls1012afrdm_tfa
+  ENV_SIZE:=0x40000
+endef
+
 define U-Boot/ls1012ardb
   NAME:=NXP LS1012ARDB
   UBOOT_CONFIG:=ls1012ardb_tfa
@@ -102,6 +108,7 @@ endef
 
 
 UBOOT_TARGETS := \
+  ls1012afrdm \
   ls1012ardb \
   ls1012afrwy \
   ls1043ardb \