Skip to content

Commit ab34bdc

Browse files
jacmetyann-morin-1998
authored andcommitted
boot/uboot: fix typos
Signed-off-by: Peter Korsgaard <[email protected]> Signed-off-by: Yann E. MORIN <[email protected]>
1 parent 6dc6a74 commit ab34bdc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

boot/uboot/Config.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ config BR2_TARGET_UBOOT_DEFAULT_ENV_FILE
150150
Text file containing the variables to be used as the default
151151
environment in U-Boot.
152152

153-
If empty, let U-Boot generate the default enviromnent from the
153+
If empty, let U-Boot generate the default environment from the
154154
source code and other U-Boot configuration values, which is
155155
the default behaviour.
156156

boot/uboot/uboot.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ endif
5454

5555
ifeq ($(BR2_TARGET_UBOOT_FORMAT_ELF),y)
5656
UBOOT_BINS += u-boot
57-
# To make elf usable for debuging on ARC use special target
57+
# To make elf usable for debugging on ARC use special target
5858
ifeq ($(BR2_arc),y)
5959
UBOOT_MAKE_TARGET += mdbtrick
6060
endif

0 commit comments

Comments
 (0)