We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6d6c31 commit 05a8e06Copy full SHA for 05a8e06
dev-ayufan/root/usr/local/lib/u-boot-rockchip/loader-common
@@ -62,7 +62,7 @@ esac
62
63
if ! grep -qi "$BOARD" /proc/device-tree/compatible; then
64
echo "You are currently running on different board:"
65
- cat /proc/device-tree/model || true
+ echo "$(cat /proc/device-tree/model || true)"
66
echo "It may brick your device or the system unless"
67
echo "you know what are you doing."
68
echo ""
0 commit comments