boot: image-pre-load: drop unused CONFIG_SYS_BOOTM_LEN
authorPeng Fan <peng.fan@nxp.com>
Sat, 7 May 2022 13:23:05 +0000 (21:23 +0800)
committerTom Rini <trini@konsulko.com>
Mon, 6 Jun 2022 21:47:16 +0000 (17:47 -0400)
CONFIG_SYS_BOOTM_LEN is not used in this file, drop it.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
boot/image-pre-load.c

index 78d8906..5ab9ae1 100644 (file)
@@ -23,11 +23,6 @@ DECLARE_GLOBAL_DATA_PTR;
 #define IMAGE_PRE_LOAD_PROP_PUBLIC_KEY         "public-key"
 #define IMAGE_PRE_LOAD_PROP_MANDATORY          "mandatory"
 
-#ifndef CONFIG_SYS_BOOTM_LEN
-/* use 8MByte as default max gunzip size */
-#define CONFIG_SYS_BOOTM_LEN   0x800000
-#endif
-
 /*
  * Information in the device-tree about the signature in the header
  */