From 7b1e4c49f62aebe63acab00f6dfab659af512208 Mon Sep 17 00:00:00 2001 From: Sungbo Eo Date: Mon, 17 Jan 2022 01:32:59 +0900 Subject: [PATCH] ipq40xx: image: remove unused DTB_SIZE variable It is not included in DEVICE_VARS anyways. Signed-off-by: Sungbo Eo --- target/linux/ipq40xx/image/generic.mk | 2 -- 1 file changed, 2 deletions(-) diff --git a/target/linux/ipq40xx/image/generic.mk b/target/linux/ipq40xx/image/generic.mk index b6eaaabc54..49584e0b86 100644 --- a/target/linux/ipq40xx/image/generic.mk +++ b/target/linux/ipq40xx/image/generic.mk @@ -203,7 +203,6 @@ define Device/asus_rt-ac58u SOC := qcom-ipq4018 BLOCKSIZE := 128k PAGESIZE := 2048 - DTB_SIZE := 65536 IMAGE_SIZE := 20439364 FILESYSTEMS := squashfs # Someone - in their infinite wisdom - decided to put the firmware @@ -224,7 +223,6 @@ define Device/asus_rt-acrh17 SOC := qcom-ipq4019 BLOCKSIZE := 128k PAGESIZE := 2048 - DTB_SIZE := 65536 IMAGE_SIZE := 20439364 FILESYSTEMS := squashfs UIMAGE_NAME:=$(shell echo -e '\03\01\01\01RT-AC82U')