From 5e04489b1ca8745ea509db38253b1e116f6493e1 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Wed, 21 Jan 2026 12:02:02 +0100 Subject: [PATCH] boot/uboot: fix 'bootloader' typo Found by codespell. Signed-off-by: Peter Korsgaard Signed-off-by: Julien Olivain (cherry picked from commit 51a10663580833388e10941e1ec70376a1b1d5bc) Signed-off-by: Thomas Perale --- boot/uboot/Config.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boot/uboot/Config.in b/boot/uboot/Config.in index d40e1e95e0..63d1c734ab 100644 --- a/boot/uboot/Config.in +++ b/boot/uboot/Config.in @@ -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