From cb18e97369a00e76a1297c2ef0a83903b979f60e Mon Sep 17 00:00:00 2001 From: Mr_YX <496043997@qq.com> Date: Mon, 9 May 2022 18:17:11 +0800 Subject: [PATCH] update README Signed-off-by: Mr_YX <496043997@qq.com> --- README.md | 16 ++++++++-------- README_zh.md | 16 ++++++++-------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 8f582de..574a6e4 100644 --- a/README.md +++ b/README.md @@ -28,13 +28,13 @@ The vendor provides the driver code of the chip architecture. ``` kernel/linux/patches ├── linux-4.19 # linux-4.19 patches -│   └── hi3516dv300_patch -│   ├── hi3516dv300.patch # linux-4.19 Hi3516D V300 SOC patches -│   └── hdf.patch # linux-4.19 Hi3516D V300 HDF patches +│ └── hi3516dv300_patch +│ ├── hi3516dv300.patch # linux-4.19 Hi3516D V300 SOC patches +│ └── hdf.patch # linux-4.19 Hi3516D V300 HDF patches └── linux-5.10 -    └── hi3516dv300_patch -    ├── hi3516dv300.patch # linux-5.10 Hi3516D V300 SOC patches -    └── hdf.patch # linux-5.10 Hi3516D V300 HDF patches + └── hi3516dv300_patch + ├── hi3516dv300.patch # linux-5.10 Hi3516D V300 SOC patches + └── hdf.patch # linux-5.10 Hi3516D V300 HDF patches ``` ## Usage @@ -88,6 +88,6 @@ Perform a full build for the project to generate the **uImage** kernel image. ## Repositories Involved -kernel\_linux\_patches +[kernel\_linux\_patches](https://gitee.com/openharmony/kernel_linux_patches) -kernel\_linux\_config +[kernel\_linux\_config](https://gitee.com/openharmony/kernel_linux_config) diff --git a/README_zh.md b/README_zh.md index 02427d2..977bbec 100644 --- a/README_zh.md +++ b/README_zh.md @@ -28,13 +28,13 @@ hi3516dv300_small.patch: 在Hi3516DV300芯片上支持arm架构的内核启动 ``` kernel/linux/patches ├── linux-4.19 # linux-4.19 相关patch -│   └── hi3516dv300_patch -│   ├── hi3516dv300.patch # linux-4.19 hi3516dv300 SOC patch -│   └── hdf.patch # linux-4.19 hi3516dv300 hdf patch +│ └── hi3516dv300_patch +│ ├── hi3516dv300.patch # linux-4.19 hi3516dv300 SOC patch +│ └── hdf.patch # linux-4.19 hi3516dv300 hdf patch └── linux-5.10 -    └── hi3516dv300_patch -    ├── hi3516dv300.patch # linux-5.10 hi3516dv300 SOC patch -    └── hdf.patch # linux-5.10 hi3516dv300 hdf patch + └── hi3516dv300_patch + ├── hi3516dv300.patch # linux-5.10 hi3516dv300 SOC patch + └── hdf.patch # linux-5.10 hi3516dv300 hdf patch ``` ## 使用说明 @@ -88,6 +88,6 @@ kernel/linux/patches ## 相关仓 -kernel\_linux\_patches +[kernel\_linux\_patches](https://gitee.com/openharmony/kernel_linux_patches) -kernel\_linux\_config +[kernel\_linux\_config](https://gitee.com/openharmony/kernel_linux_config) -- Gitee