
Hi Wolfgang,
On Tue, Dec 4, 2018 at 11:35 AM Wolfgang Denk wd@denx.de wrote:
OK, so this is an additional (second) test run for a special configuration, but the code to perform the test has just been duplicated from the top level makefile (which is not a nice thing).
I think we should tun this code either into a Makefile function that is defined only once and can then be used elsewhere as well, or turn it into an external script unter scripts/
What do you think?
Yes, I agree that we should avoid the specific imx duplication.
If I know how to repeat your exact test, I can try to fix that.
Please follow these steps:
1. Apply the following patch: http://dark-code.bulix.org/tualst-517948
2. Build pico pi mx7d target:
make mrproper make pico-pi-imx7d_defconfig make -j4
And then you will get the error:
/bin/sh: 1: printf: ((768 - 69) * 1024): expected numeric value u-boot-nodtb.bin exceeds file size limit: limit: 0 bytes actual: 482952 bytes excess: 482952 bytes
Thanks