You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Without this change, the mmc bounce buffer would use malloc
and memcpy actions to load the image on unaligned address.
Let's simplify that with a final memcpy action, which
indenpends on malloc pool size.
Signed-off-by: Joseph Chen <[email protected]>
Change-Id: I50158d93cda45d517c8ac1de0c95357973a1d40a
0 commit comments