mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 07:31:15 +00:00
boot: image-pre-load: drop unused CONFIG_SYS_BOOTM_LEN
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>
This commit is contained in:
parent
41e47b420d
commit
3800b318c5
1 changed files with 0 additions and 5 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue