diff --git a/en/device-dev/kernel/kernel-small-start-kernel.md b/en/device-dev/kernel/kernel-small-start-kernel.md index 8c04d2e0fe535759798887252ad3b559371ca19a..af89550ddf6ddf59b4032f4f3525d08794f09e2c 100644 --- a/en/device-dev/kernel/kernel-small-start-kernel.md +++ b/en/device-dev/kernel/kernel-small-start-kernel.md @@ -37,8 +37,7 @@ The kernel startup process consists of the assembly startup and C language start

LOS_INIT_LEVEL_PLATFORM_EARLY

Early initialization of the platform.

-

The initialization depends on the board platform and drivers. Subsequent modules initialize the modules on which they depend. It is recommended that functions required for startup be placed at LOS_INIT_LEVEL_PLATFORM.

-

Example: UART module

+

The initialization depends on the board platform and drivers. Subsequent modules initialize the modules on which they depend. It is recommended that functions required for startup be placed at LOS_INIT_LEVEL_PLATFORM.

LOS_INIT_LEVEL_KMOD_PREVM