1#!/bin/sh
2
3do_mpc85xx() {
4	. /lib/mpc85xx.sh
5
6	mpc85xx_board_detect
7}
8
9boot_hook_add preinit_main do_mpc85xx
10