From bd7a8671b784cad6d3609a3e8efd09e599f5452a Mon Sep 17 00:00:00 2001 From: annie_wangli Date: Thu, 20 Jan 2022 16:26:56 +0800 Subject: [PATCH] update docs Signed-off-by: annie_wangli --- en/device-dev/subsystems/subsys-build-mini-lite.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/device-dev/subsystems/subsys-build-mini-lite.md b/en/device-dev/subsystems/subsys-build-mini-lite.md index 4cd0b642ab..cec36fafad 100644 --- a/en/device-dev/subsystems/subsys-build-mini-lite.md +++ b/en/device-dev/subsystems/subsys-build-mini-lite.md @@ -623,7 +623,7 @@ The following uses the RTL8720 development board provided by Realtek as an examp 2. Create a directory for kernel adaptation and build the **config.gni** file of the development board. - For example, to adapt the LiteOS Cortex-M kernel to the RTL8720 development board, configure the **device/realtek/rtl8720/liteos\_a/config.gni** file as follows: + For example, to adapt the LiteOS-A kernel to the RTL8720 development board, configure the **device/realtek/rtl8720/liteos\_a/config.gni** file as follows: ``` # Kernel type, e.g. "linux", "liteos_a", "liteos_m". -- GitLab