mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-07 21:54:35 +08:00
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>