Skip to content

Commit 05a8e06

Browse files
committed
ayufan: dev.mk: fix incompatibile board
Change-Id: I64b5b83cf975e534e55559cbb9bd99744697859b
1 parent d6d6c31 commit 05a8e06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-ayufan/root/usr/local/lib/u-boot-rockchip/loader-common

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ esac
6262

6363
if ! grep -qi "$BOARD" /proc/device-tree/compatible; then
6464
echo "You are currently running on different board:"
65-
cat /proc/device-tree/model || true
65+
echo "$(cat /proc/device-tree/model || true)"
6666
echo "It may brick your device or the system unless"
6767
echo "you know what are you doing."
6868
echo ""

0 commit comments

Comments
 (0)