ipq807x: image: cleanup unused variables
authorPetr Štetiar <ynezz@true.cz>
Tue, 30 May 2023 14:31:39 +0000 (16:31 +0200)
committerPetr Štetiar <ynezz@true.cz>
Mon, 5 Jun 2023 06:31:39 +0000 (08:31 +0200)
BLOCKSIZE and PAGESIZE seems to be unused on qnap_301w and zyxel_nbg7815
device which use eMMC storage.

Signed-off-by: Petr Štetiar <ynezz@true.cz>
target/linux/ipq807x/image/generic.mk

index 4e80e876d9bb40c5cd526c5caa379c488afaf78e..7a216b810c04fd051280c3666a31228b3f6319b4 100644 (file)
@@ -107,7 +107,6 @@ define Device/qnap_301w
        DEVICE_MODEL := 301w
        DEVICE_DTS_CONFIG := config@hk01
        KERNEL_SIZE := 16384k
-       BLOCKSIZE := 512k
        SOC := ipq8072
        IMAGES += factory.bin sysupgrade.bin
        IMAGE/factory.bin := append-rootfs | pad-rootfs | pad-to 64k
@@ -166,8 +165,6 @@ define Device/zyxel_nbg7815
        DEVICE_VENDOR := ZYXEL
        DEVICE_MODEL := NBG7815
        DEVICE_DTS_CONFIG := config@nbg7815
-       BLOCKSIZE := 128k
-       PAGESIZE := 2048
        SOC := ipq8074
        IMAGES += factory.bin sysupgrade.bin
        IMAGE/factory.bin := append-rootfs | pad-rootfs | pad-to 64k