[U-Boot] tools: board config CONFIG_SYS_BOOTM_LEN is being ignored

2019-03-08 Thread Philipp Puschmann
Hi, i noticed that CONFIG_SYS_BOOTM_LEN, set in board config, and used in common/bootm.c is ignored when compiling the tools like mkimage and fit_check_sign. Instead the default value of 8MB is used and fit_check_sign may fail with "Loading Kernel Image ... Image too large: increase CONFIG_SYS_

[U-Boot] tools: board config CONFIG_SYS_BOOTM_LEN is being ignored

2019-03-04 Thread Philipp Puschmann
Hi, i noticed that CONFIG_SYS_BOOTM_LEN, set in board config, and used in common/bootm.c is ignored when compiling the tools like mkimage and fit_check_sign. The default 8MB is used and fit_check_sign may fail with "Loading Kernel Image ... Image too large: increase CONFIG_SYS_BOOTM_LEN". Still