From: Paul Nasrat Date: Tue, 28 Nov 2006 14:36:02 +0000 (+0000) Subject: Device-trees don't have symlinks made any more X-Git-Tag: yaboot-1.3.14rc2~22 X-Git-Url: http://git.ozlabs.org/?p=yaboot.git;a=commitdiff_plain;h=b714c2f1ef68d3666d14dd3a96351649468329aa;ds=sidebyside Device-trees don't have symlinks made any more --- diff --git a/ybin/ofpath b/ybin/ofpath index b4981d7..aff5583 100755 --- a/ybin/ofpath +++ b/ybin/ofpath @@ -687,12 +687,6 @@ chrp() { case "$DEVNODE" in sd*) - if ls -l /proc/device-tree | grep -q ^d ; then - true - else - echo 1>&2 "$PRG: /proc/device-tree is broken." - return 1 - fi ## use common scsiinfo function to get info we need. scsiinfo || return 1