summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/highbank/defaultenv-highbank/init/001-dtb-probe
blob: 610db1500e73ed16d626553777bcd10a630ea0e2 (plain)
1
2
3
4
5
6
7
#!/bin/sh

if [ -e /dev/dtb ]
then
	oftree -l /dev/dtb
	oftree -p
fi