a6e9c386ff
In RT-Smart, `rt_hw_interrupt_init` will call `rt_ioremap` to map GIC's MMIO registers. There is a `rt_malloc` called in rt_ioremap, that will fail if we not init the mem heap yet. Signed-off-by: GuEe-GUI <GuEe-GUI@github.com>