1#!/bin/sh
2
3do_mxs() {
4	. /lib/mxs.sh
5
6	mxs_board_detect
7}
8
9boot_hook_add preinit_main do_mxs
10