commit | e6dbb8bdee3e7b23db797e481ef6639aaf9a654c | [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 | 98558358877a49fe576f8d8f097b9180335ccaf0 [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>