From 0e474747bb9c3dcb08b40cf6ea34f8999a441106 Mon Sep 17 00:00:00 2001 From: Austin Date: Wed, 13 Jul 2022 09:30:16 +0000 Subject: [PATCH] update zh-cn/device-dev/porting/porting-stm32mp15xx-on-smallsystem.md. Signed-off-by: Austin23 --- .../device-dev/porting/porting-stm32mp15xx-on-smallsystem.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zh-cn/device-dev/porting/porting-stm32mp15xx-on-smallsystem.md b/zh-cn/device-dev/porting/porting-stm32mp15xx-on-smallsystem.md index 98f4beddd2..7d0f7dc4f2 100644 --- a/zh-cn/device-dev/porting/porting-stm32mp15xx-on-smallsystem.md +++ b/zh-cn/device-dev/porting/porting-stm32mp15xx-on-smallsystem.md @@ -122,7 +122,7 @@ vendor 内核移植需要完成`LiteOS-A Kconfig`适配、`gn`的编译构建和内核启动最小适配。 -详细移植步骤参考:[LiteOS-A内核移植](https://gitee.com/openharmony/docs/blob/master/zh-cn/device-dev/porting/porting-smallchip-kernel-a.md) +详细移植步骤参考:[LiteOS-A内核移植](porting-smallchip-kernel-a.md) ### Kconfig适配 1. 在//device/board/bearpi/bearpi_hm_micro/liteos_a/drivers/Kconfig中添加芯片、产品名称、厂商名称相关配置。 ``` @@ -266,7 +266,7 @@ vendor } ``` ### 内核启动适配 -1. 在//device/board/bearpi/bearpi_hm_micro/liteos_a/board/os_adapt.c中添加以下内核启动相关代码,详细解释参考[LiteOS-A内核移植](https://gitee.com/openharmony/docs/blob/master/zh-cn/device-dev/porting/porting-smallchip-kernel-a.md)。 +1. 在//device/board/bearpi/bearpi_hm_micro/liteos_a/board/os_adapt.c中添加以下内核启动相关代码,详细解释参考[LiteOS-A内核移植](porting-smallchip-kernel-a.md)。 ``` ... void SystemInit(void) -- GitLab