summaryrefslogtreecommitdiffstats
path: root/utils/pb-sysinfo
diff options
context:
space:
mode:
Diffstat (limited to 'utils/pb-sysinfo')
-rwxr-xr-xutils/pb-sysinfo6
1 files changed, 0 insertions, 6 deletions
diff --git a/utils/pb-sysinfo b/utils/pb-sysinfo
index 001535a..7d6635c 100755
--- a/utils/pb-sysinfo
+++ b/utils/pb-sysinfo
@@ -1,12 +1,6 @@
#!/bin/sh
case "$1" in
-'--type')
- tr -d '\0' < /proc/device-tree/model
- ;;
-'--id')
- tr -d '\0' < /proc/device-tree/system-id
- ;;
'--debug-enabled')
exec >/dev/null 2>&1
nvram --print-config=petitboot,debug? | grep -q true && exit 0
OpenPOWER on IntegriCloud