]> Git Repo - J-u-boot.git/commit
mxs: mxsboot: Move sdcard BCB header to 4 sectors offset
authorOtavio Salvador <[email protected]>
Wed, 24 Apr 2013 11:23:27 +0000 (11:23 +0000)
committerStefano Babic <[email protected]>
Fri, 26 Apr 2013 07:16:48 +0000 (09:16 +0200)
commit8de16794a0a42196666dc965843969685f4f45ad
tree1cfa5b9136a548083954a5ec79765478b9f7aafe
parent1155d555d6c4c77bafb45af240b805196ee13155
mxs: mxsboot: Move sdcard BCB header to 4 sectors offset

The MX23 Boot ROM does blindly load from 2048 offset while the MX28
does parse the BCB header to known where to load the image from. We
move the BCB header to 4 sectors offset so same code can be used by
both SoCs avoiding code duplication.

This idea was given by Marek Vasut <[email protected]>

Signed-off-by: Otavio Salvador <[email protected]>
Tested-by: Fabio Estevam <[email protected]>
Tested-by: Marek Vasut <[email protected]>
tools/mxsboot.c
This page took 0.034224 seconds and 4 git commands to generate.