From: Peter Korsgaard <peter@korsgaard.com>
To: buildroot@buildroot.org
Subject: [Buildroot] [PATCH 8/8] boot/uboot: fix typos
Date: Fri, 20 Sep 2024 23:28:47 +0200 [thread overview]
Message-ID: <20240920212848.4099245-8-peter@korsgaard.com> (raw)
In-Reply-To: <20240920212848.4099245-1-peter@korsgaard.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
boot/uboot/Config.in | 2 +-
boot/uboot/uboot.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/boot/uboot/Config.in b/boot/uboot/Config.in
index c4d052595c..dd80693614 100644
--- a/boot/uboot/Config.in
+++ b/boot/uboot/Config.in
@@ -150,7 +150,7 @@ config BR2_TARGET_UBOOT_DEFAULT_ENV_FILE
Text file containing the variables to be used as the default
environment in U-Boot.
- If empty, let U-Boot generate the default enviromnent from the
+ If empty, let U-Boot generate the default environment from the
source code and other U-Boot configuration values, which is
the default behaviour.
diff --git a/boot/uboot/uboot.mk b/boot/uboot/uboot.mk
index 2c04abc896..ab534a8b3a 100644
--- a/boot/uboot/uboot.mk
+++ b/boot/uboot/uboot.mk
@@ -54,7 +54,7 @@ endif
ifeq ($(BR2_TARGET_UBOOT_FORMAT_ELF),y)
UBOOT_BINS += u-boot
-# To make elf usable for debuging on ARC use special target
+# To make elf usable for debugging on ARC use special target
ifeq ($(BR2_arc),y)
UBOOT_MAKE_TARGET += mdbtrick
endif
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2024-09-20 21:29 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-20 21:28 [Buildroot] [PATCH 1/8] linux/linux.mk: fix 'parser' typo Peter Korsgaard
2024-09-20 21:28 ` [Buildroot] [PATCH 2/8] boot/arm-trusted-firmware/Config.in: fix 'platform' typo Peter Korsgaard
2024-09-20 21:28 ` [Buildroot] [PATCH 3/8] boot/barebox/barebox.mk: fix 'allows' typo Peter Korsgaard
2024-09-20 21:28 ` [Buildroot] [PATCH 4/8] boot/edk2/edk2.mk: fix 'release' typo Peter Korsgaard
2024-09-20 21:28 ` [Buildroot] [PATCH 5/8] boot/grub2/Config.in: fix 'targeting' typo Peter Korsgaard
2024-09-20 21:28 ` [Buildroot] [PATCH 6/8] boot/optee-os/optee-os.mk: fix 'PLATFORM' typo Peter Korsgaard
2024-09-20 21:28 ` [Buildroot] [PATCH 7/8] boot/shim/shim.mk: fix 'deactivate' typo Peter Korsgaard
2024-09-20 21:28 ` Peter Korsgaard [this message]
2024-09-21 18:49 ` [Buildroot] [PATCH 1/8] linux/linux.mk: fix 'parser' typo Yann E. MORIN
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240920212848.4099245-8-peter@korsgaard.com \
--to=peter@korsgaard.com \
--cc=buildroot@buildroot.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.