Newer
Older
barebox / arch / arm / boards / highbank / env / bin / init_board
#!/bin/sh

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