commit | 53f376bab9a2805d76bbf3a76609ec187c1b0c54 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Aug 07 07:12:19 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Sat Aug 20 18:12:51 2022 -0400 |
tree | a132090bad0930c16938dedccf70f560ef48da9b | |
parent | e6c49ad23a3d2ff1a806c4b1ad94e8e8c3671c24 [diff] |
arm: k3: Correct an awk warning The k3_gen_x509_cert.sh script produced this warning on gitlab and also on my machine, e.g. with j7200_evm_r5: awk: cmd. line:1: warning: regexp escape sequence `\ ' is not a known regexp operator There is no need to escape spaces, so drop the backslashes. Also split the line so it is a more reasonable length. This script should really be deleted and binman used instead. Signed-off-by: Simon Glass <sjg@chromium.org>