diff options
author | Michal Simek | 2024-04-16 08:55:19 +0200 |
---|---|---|
committer | Tom Rini | 2024-04-22 11:01:48 -0600 |
commit | 81f3a665ab2a63a31ec7a4d760b0ce8130f62a1d (patch) | |
tree | ea17474c16b46c0710b48b1cf875bc608e9c7f9d /board/st | |
parent | 5a6cf7c5d54769d2500e796702f6d210907ea7e4 (diff) |
common: Convert *.c/h from UTF-8 to ASCII enconfing
Convert UTF-8 chars to ASCII in cases where make sense. No Copyright or
names are converted.
Signed-off-by: Michal Simek <michal.simek@amd.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Acked-by: Marek Behún <kabel@kernel.org>
Diffstat (limited to 'board/st')
-rw-r--r-- | board/st/common/cmd_stboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/st/common/cmd_stboard.c b/board/st/common/cmd_stboard.c index cb103e69b36..c8c0bad5da1 100644 --- a/board/st/common/cmd_stboard.c +++ b/board/st/common/cmd_stboard.c @@ -9,7 +9,7 @@ * - "Commercial Product Name" (CPN): type of product board (DKX, EVX) * associated to the board ID "MBxxxx" * - "Finished Good" or "Finish Good" (FG): - * effective content of the product without chip STM32MP1xx (LCD, Wifi,…) + * effective content of the product without chip STM32MP1xx (LCD, Wifi,...) * - BOM: cost variant for same FG (for example, several provider of the same * component) * |