1#!/bin/sh
2
3do_mcs814x() {
4	. /lib/mcs814x.sh
5
6	mcs814x_board_detect
7}
8
9boot_hook_add preinit_main do_mcs814x
10