export BUILD_ROM=y
make mrproper
make qemu-x86_64_defconfig
make

results in a file u-boot-spl-nodtb.bin of 4,293,642,704 bytes
for git HEAD.

The problematic statement is

objcopy -O binary -R .start16 -R .resetvec \
  spl/u-boot-spl spl/u-boot-spl-nodtb.bin

spl/u-boot-spl has 2,385,168 bytes.

My system is Debian Stretch x86_64.
GNU objcopy (GNU Binutils for Debian) 2.28

objdump -h spl/u-boot-spl
shows that the section .start16 and .resetvec exist.

I have created an upstream bug report
https://sourceware.org/bugzilla/show_bug.cgi?id=22120

Best regards

Heinrich
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to