boot/uboot: fix 'bootloader' typo

Found by codespell.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
(cherry picked from commit 51a1066358)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
Peter Korsgaard
2026-01-21 12:02:02 +01:00
committed by Thomas Perale
parent f08922568a
commit 5e04489b1c

View File

@@ -677,7 +677,7 @@ config BR2_TARGET_UBOOT_ZYNQMP_PSU_INIT_FILE
string "Custom psu_init_gpl file"
depends on BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG
help
On ZynqMP the booloader is responsible for some basic
On ZynqMP the bootloader is responsible for some basic
initializations, such as enabling peripherals and
configuring pinmuxes. The psu_init_gpl.c file (and,
optionally, psu_init_gpl.h) contains the code for such
@@ -714,7 +714,7 @@ config BR2_TARGET_UBOOT_ZYNQ_PS7_INIT_FILE
depends on BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG
depends on BR2_TARGET_UBOOT_ZYNQ
help
On Zynq the booloader is responsible for some basic
On Zynq the bootloader is responsible for some basic
initializations, such as enabling peripherals and
configuring pinmuxes. The ps7_init_gpl.c file (and,
optionally, ps7_init_gpl.h) contains the code for such