]> git.baikalelectronics.ru Git - uboot.git/commit
microblaze: start.S: Use board_init_f_alloc/init in early init
authorOvidiu Panait <ovidiu.panait@windriver.com>
Thu, 24 Sep 2020 08:54:37 +0000 (11:54 +0300)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 27 Oct 2020 07:01:36 +0000 (08:01 +0100)
commit6afa0c97932a9aab55c0b28afa92cba8614f96bd
tree6edf2b441599710a6880422309a30076217d095d
parent7883074537400bf629a70c19e5e2e1ca82ed9887
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>
arch/microblaze/cpu/start.S
include/configs/microblaze-generic.h