1#!/bin/sh
2
3do_at91() {
4	. /lib/at91.sh
5
6	at91_board_detect
7}
8
9boot_hook_add preinit_main do_at91
10