mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-27 01:28:23 +00:00
[libcpu][aarch64] 使用设备树对CPU进行初始化 (#8221)
This commit is contained in:
@@ -90,10 +90,6 @@ rt_region_t init_page_region = {
|
||||
*/
|
||||
void rt_hw_board_init(void)
|
||||
{
|
||||
extern void (*system_off)(void);
|
||||
extern void reboot(void);
|
||||
system_off = reboot;
|
||||
|
||||
/* io device remap */
|
||||
#ifdef RT_USING_SMART
|
||||
rt_hw_mmu_map_init(&rt_kernel_space, (void*)0xfffffffff0000000, 0x10000000, MMUTable, PV_OFFSET);
|
||||
|
||||
Reference in New Issue
Block a user