xilinx: Increase max size of image from 60 to 100MB

Recently big Linux kernels can have more then 60MB that's why increase this
limit to also cover these large kernels.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Link: https://lore.kernel.org/r/f52f7c8ea419d69b248ba1460a96d1635194e128.1648551279.git.michal.simek@xilinx.com
This commit is contained in:
Michal Simek 2022-03-29 12:54:41 +02:00
parent 24d973c0c1
commit cf5ed341e4
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@
# define PHY_ANEG_TIMEOUT 20000 # define PHY_ANEG_TIMEOUT 20000
#endif #endif
#define CONFIG_SYS_BOOTM_LEN (60 * 1024 * 1024) #define CONFIG_SYS_BOOTM_LEN (100 * 1024 * 1024)
#define CONFIG_CLOCKS #define CONFIG_CLOCKS

View File

@ -58,7 +58,7 @@
# define PHY_ANEG_TIMEOUT 20000 # define PHY_ANEG_TIMEOUT 20000
#endif #endif
#define CONFIG_SYS_BOOTM_LEN (60 * 1024 * 1024) #define CONFIG_SYS_BOOTM_LEN (100 * 1024 * 1024)
#define CONFIG_CLOCKS #define CONFIG_CLOCKS