X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fhauke.git;a=blobdiff_plain;f=target%2Flinux%2Fat91%2Fimage%2FMakefile;h=12607073e4a75659180e156133c30bec558dd272;hp=fedefe428786ba687d5e7b64519db6b8bf5d51cb;hb=61048c901189d3d24ffc35e2e0ab2355f6ec0dbc;hpb=a29848c67180396656e4e8a7ef47ae5b441a7325 diff --git a/target/linux/at91/image/Makefile b/target/linux/at91/image/Makefile index fedefe4287..12607073e4 100644 --- a/target/linux/at91/image/Makefile +++ b/target/linux/at91/image/Makefile @@ -24,7 +24,7 @@ define Device/Default KERNEL_NAME := zImage KERNEL_SIZE := 4096k KERNEL := kernel-bin | append-dtb | lzma | uImage lzma - DTB_SIZE := + DTB_SIZE := 128k endef define Device/dtb @@ -66,7 +66,6 @@ endef define Device/production-dtb $(Device/production) $(Device/dtb) - DTB_SIZE := 128k IMAGE/factory.bin := append-dtb | pad-to $$$$(DTB_SIZE) \ | append-kernel | pad-to $$$$(KERNEL_SIZE) | append-ubi endef