diff options
Diffstat (limited to 'package/boot/uboot-layerscape-armv8_32b/Makefile')
-rw-r--r-- | package/boot/uboot-layerscape-armv8_32b/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package/boot/uboot-layerscape-armv8_32b/Makefile b/package/boot/uboot-layerscape-armv8_32b/Makefile index b9cec52174..c2b6e75b0e 100644 --- a/package/boot/uboot-layerscape-armv8_32b/Makefile +++ b/package/boot/uboot-layerscape-armv8_32b/Makefile @@ -39,10 +39,10 @@ define Package/uboot-layerscape-armv8_32b/ls1012ardb ENV_SIZE:=0x40000 endef -define Package/uboot-layerscape-armv8_32b/ls1012afrdm - TITLE:=U-Boot image for NXP LS1012FRDM - CONFIG:=ls1012afrdm-uboot.bin - ENV_SIZE:=0x40000 +define Package/uboot-layerscape-armv8_32b/ls1012afrwy + TITLE:=U-Boot image for NXP LS1012FRWY + CONFIG:=ls1012afrwy-uboot.bin + ENV_SIZE:=0x10000 endef define Package/uboot-layerscape-armv8_32b/ls1043ardb @@ -72,7 +72,7 @@ endef UBOOTS := \ ls1012ardb \ - ls1012afrdm \ + ls1012afrwy \ ls1043ardb \ ls1046ardb |