commit | f5d8b1a1f9f08911636dc095c7f4f281a0dfc59d | [log] [tgz] |
---|---|---|
author | Ovidiu Panait <ovidiu.panait@windriver.com> | Thu Sep 24 11:54:37 2020 +0300 |
committer | Michal Simek <michal.simek@xilinx.com> | Tue Oct 27 08:01:36 2020 +0100 |
tree | 6edf2b441599710a6880422309a30076217d095d | |
parent | 627085eacf4a64824fd0bfa2f6f9c1a72d48d21f [diff] |
microblaze: start.S: Use board_init_f_alloc/init in early init Implement early init by calling generic board_init_f_alloc_reserve and board_init_f_init_reserve functions: * drop SYS_MALLOC_F_LEN related code, as allocation and gd->malloc_base assignment are taken care of by the generic functions * drop _gd logic Cc: Michal Simek <monstr@monstr.eu> Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com>