[PATCH v3 2/6] rockchip: Align FIT image data to SD/MMC block length

2023-01-21 Thread Jonas Karlman
SPL load FIT images by reading the data aligned to block length. Block length aligned image data is read directly to the load address. Unaligned image data is written to an offset of the load address and then the data is memcpy to the load address. This adds a small overhead of having to memcpy un

Re: [PATCH v3 2/6] rockchip: Align FIT image data to SD/MMC block length

2023-01-26 Thread Simon Glass
SPL load FIT images by reading the data aligned to block length. Block length aligned image data is read directly to the load address. Unaligned image data is written to an offset of the load address and then the data is memcpy to the load address. This adds a small overhead of having to memcpy un