mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
Fix various typos, scattered over the code.
Spelling corrections for (among other things): * environment * override * variable * ftd (should be "fdt", for flattened device tree) * embedded * FTDI * emulation * controller
This commit is contained in:
committed by
Tom Rini
parent
b955e42bad
commit
1cc0a9f496
@@ -273,12 +273,12 @@ def log_msg(color_enabled, color, defconfig, msg):
|
||||
color_text(color_enabled, color, msg) + '\n'
|
||||
|
||||
def update_cross_compile():
|
||||
"""Update per-arch CROSS_COMPILE via enviroment variables
|
||||
"""Update per-arch CROSS_COMPILE via environment variables
|
||||
|
||||
The default CROSS_COMPILE values are available
|
||||
in the CROSS_COMPILE list above.
|
||||
|
||||
You can override them via enviroment variables
|
||||
You can override them via environment variables
|
||||
CROSS_COMPILE_{ARCH}.
|
||||
|
||||
For example, if you want to override toolchain prefixes
|
||||
|
Reference in New Issue
Block a user