commit | 50689461205e0125759eb1a43787383a3fa09b48 | [log] [tgz] |
---|---|---|
author | mario.six@gdsys.cc <mario.six@gdsys.cc> | Tue Apr 05 15:05:37 2016 +0200 |
committer | York Sun <york.sun@nxp.com> | Fri Apr 08 15:42:10 2016 -0700 |
tree | 00deec51ae3651b7c7544c20cdef3610226661cd | |
parent | b39d1213e30717c435c8ed43411d573d435557cb [diff] |
powerpc: mpc85xx: Enable pre-relocation malloc for MPC85xx To enable DM on MPC85xx, we need pre-relocation malloc, which is implemented in this patch. We also make sure that the IVORs are always 4-aligned on e500 to prevent alignment exceptions caused by code changes in start.S. Signed-off-by: Mario Six <mario.six@gdsys.cc> Cc: York Sun <york.sun@nxp.com> Cc: Simon Glass <sjg@chromium.org> Reviewed-by: York Sun <york.sun@nxp.com>