summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm2708/base-files/lib/preinit/03_preinit_do_brcm2708.sh
blob: e3cf56d317089b52ae55317da827c4ec751d5d23 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

do_brcm2708() {
	. /lib/brcm2708.sh

	brcm2708_board_detect
}

boot_hook_add preinit_main do_brcm2708