image: add FACTORY_SIZE to DEFAULT_DEVICE_VARS
authorSander Vanheule <sander@svanheule.net>
Fri, 13 Jan 2023 21:16:58 +0000 (22:16 +0100)
committerSander Vanheule <sander@svanheule.net>
Fri, 13 Jan 2023 21:22:38 +0000 (22:22 +0100)
FACTORY_SIZE is used as a device recipe variable on both the D-Link
DIR-825-B1 and Trendnet TEW-673GRU, but is not listed as a device
variable, neither globally, nor for ath79. Being assigned the same
value, this probably hasn't caused any issues.

Add FACTORY_SIZE to the global list DEFAULT_DEVICE_VARS, to ensure the
variable is reset for every device, and to allow it to be used outside
of the ath79 target.

Signed-off-by: Sander Vanheule <sander@svanheule.net>
include/image.mk

index 01bc3bda86865a36f112eeda75831cfc962752e7..87ba60d9541b2cdc7f412e6c908e9272c8676fe2 100644 (file)
@@ -419,7 +419,7 @@ DEFAULT_DEVICE_VARS := \
   DEVICE_FDT_NUM DEVICE_IMG_PREFIX SOC BOARD_NAME UIMAGE_MAGIC UIMAGE_NAME \
   SUPPORTED_DEVICES IMAGE_METADATA KERNEL_ENTRY KERNEL_LOADADDR \
   UBOOT_PATH IMAGE_SIZE \
-  FACTORY_IMG_NAME \
+  FACTORY_IMG_NAME FACTORY_SIZE \
   DEVICE_PACKAGES DEVICE_COMPAT_VERSION DEVICE_COMPAT_MESSAGE \
   DEVICE_VENDOR DEVICE_MODEL DEVICE_VARIANT \
   DEVICE_ALT0_VENDOR DEVICE_ALT0_MODEL DEVICE_ALT0_VARIANT \