blob: ef5aca5ac3c43800fe62b9242027cb341f4e9af7 [file] [log] [blame]
Simon Glass2e7d35d2014-02-26 15:59:21 -07001#!/bin/sh
2
3NUM_CPUS=$(cat /proc/cpuinfo |grep -c processor)
4dtc -I dts -O dtb test/dm/test.dts -o test/dm/test.dtb
5make O=sandbox sandbox_config
6make O=sandbox -s -j${NUM_CPUS}
7./sandbox/u-boot -d test/dm/test.dtb -c "dm test"