
On 01.08.21 05:28, Tom Rini wrote:
On Sat, Jul 31, 2021 at 12:04:01PM +0200, Stefan Roese wrote:
Hi Tom,
please pull the next batch of Marvell MVEBU related patches. Here the summary log:
First off, I've applied the whole series to u-boot/master and pushed.
Second, I see from: commit 5fce2875569d6e859443af7af3477c3aebfee383 Author: Pali Rohár pali@kernel.org Date: Fri Jul 23 11:14:27 2021 +0200
SPL: Add support for specifying offset between header and image
That a number of boards are now doing: variscite_dart6ul: spl/u-boot-spl:all +144 spl/u-boot-spl:text +144 spl-u-boot-spl: add: 3/0, grow: 2/-1 bytes: 142/-4 (138) function old new delta memmove - 42 +42 spl_mmc_load 320 356 +36 __aeabi_uidivmod - 24 +24 __aeabi_idivmod - 24 +24 spl_parse_image_header 24 40 +16 board_init_r 220 216 -4
Which I think is because we need to use do_div and so rather than '/' and '%' directly in the code. Thanks!
Pali, could you please take a look at this?
Thanks, Stefan