aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mpc85xx/base-files/lib/preinit/03_preinit_do_mpc85xx.sh
blob: 88ba608379a8e53f09a07e68d6bb32ce24ffbdbd (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

do_mpc85xx() {
	. /lib/mpc85xx.sh

	mpc85xx_board_detect
}

boot_hook_add preinit_main do_mpc85xx