commit | d7009f7aed653dbc4991eadd62eb35ac51d1f415 | [log] [tgz] |
---|---|---|
author | Christophe Leroy <christophe.leroy@c-s.fr> | Fri Mar 16 17:20:47 2018 +0100 |
committer | Tom Rini <trini@konsulko.com> | Fri Apr 06 16:30:37 2018 -0400 |
tree | de1a668629590e363031ae77854425c3dc7eb678 | |
parent | 2fde1d392c2ecd938d42aa4065c19f89e890a4a9 [diff] |
powerpc: mpc8xx: initialisation of initial RAM u-boot requires some RAM at startup, to store global data structure. RAM is also needed when we migrate to DM for some initial malloc This patch implements the proper init of that RAM by calling board_init_f_alloc_reserve() and board_init_f_init_reserve() Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>