mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-21 06:31:22 +02:00
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:
parent
24d973c0c1
commit
cf5ed341e4
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user