We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dc6a74 commit ab34bdcCopy full SHA for ab34bdc
boot/uboot/Config.in
@@ -150,7 +150,7 @@ config BR2_TARGET_UBOOT_DEFAULT_ENV_FILE
150
Text file containing the variables to be used as the default
151
environment in U-Boot.
152
153
- If empty, let U-Boot generate the default enviromnent from the
+ If empty, let U-Boot generate the default environment from the
154
source code and other U-Boot configuration values, which is
155
the default behaviour.
156
boot/uboot/uboot.mk
@@ -54,7 +54,7 @@ endif
54
55
ifeq ($(BR2_TARGET_UBOOT_FORMAT_ELF),y)
56
UBOOT_BINS += u-boot
57
-# To make elf usable for debuging on ARC use special target
+# To make elf usable for debugging on ARC use special target
58
ifeq ($(BR2_arc),y)
59
UBOOT_MAKE_TARGET += mdbtrick
60
endif
0 commit comments