9
0
Fork 0
barebox/arch/arm/boards/highbank/env/init/001-dtb-probe

8 lines
69 B
Bash

#!/bin/sh
if [ -e /dev/dtb ]
then
oftree -l /dev/dtb
oftree -p
fi