
On 03/01/2013 14:25, Fabio Estevam wrote:
Hi Stefano,
On Thu, Jan 3, 2013 at 6:53 AM, Stefano Babic sbabic@denx.de wrote:
Hi all,
the patch was only blocked for Wolfgang's comment regarding the introduced ALIGN() macro. I think the other doubts regarding issues on other Socs (i.e., MX6) can be considered closed as well. IMHO it is enough to rename the macro to ROUND_UP (as Troy have already proposed), and then I will apply to i.MX tree.
I tried using DIV_ROUND_UP definition from common.h and the board does not boot.
I rename it to ROUND, which matches the definition in common.h.
I agree with this solution - I do not like that common.h is included, because _config must run and tools should be independent from the selected board.
Just sent the patch.
Then I apply it !
Thanks, Stefano Babic