From 51a10663580833388e10941e1ec70376a1b1d5bc 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 --- 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 22a5c35821..29f3f40b1b 100644 --- a/boot/uboot/Config.in +++ b/boot/uboot/Config.in @@ -685,7 +685,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 @@ -722,7 +722,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