From 4eaa33eb38bdc914a7bb1cf11acf1c7691c1281a Mon Sep 17 00:00:00 2001 From: imtiny Date: Tue, 10 May 2022 16:11:42 +0000 Subject: [PATCH] Fix up typo of riscv-uefi --- articles/20220319-riscv-uefi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/20220319-riscv-uefi.md b/articles/20220319-riscv-uefi.md index fd2a3f5..9e4893a 100644 --- a/articles/20220319-riscv-uefi.md +++ b/articles/20220319-riscv-uefi.md @@ -167,7 +167,7 @@ U-Boot 是一种流行的嵌入式 Linux 系统引导加载程序。 U-Boot 分为 uboot-spl 和 uboot 两个组成部分。SPL 是 Secondary Program Loader 的简称,第二阶段程序加载器。 -这里所谓的第二阶段是相对于 SOC 中的 SRAM 来说的,SOC 启动最先执行的是的固化程序。ROM 会通过检测启动方式来加载第二阶段 bootloader。 +这里所谓的第二阶段是相对于 SOC 中的 SRAM 来说的,SOC 启动最先执行的是固化的程序。ROM 会通过检测启动方式来加载第二阶段 bootloader。 U-Boot 已经是一个 bootloader 了,那么为什么还多一个 U-Boot SPL 呢? -- Gitee