board/common: fix string comparison operator [skip ci]

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
Joachim Wiberg
2023-10-12 14:28:18 +02:00
parent 138c9f3378
commit 46bd3df13e
+1 -1
View File
@@ -16,7 +16,7 @@ IFNUM=${5:-1}
# directly, so we need to add a basic cmdline.
loader_args()
{
if [ "$ARCH" == "aarch64" ]; then
if [ "$ARCH" = "aarch64" ]; then
cat <<EOF
"kernel_command_line": "console=ttyAMA0 root=PARTLABEL=primary quiet",
EOF