01_preinit_do_at91.sh 86 B

1234567
  1. do_at91() {
  2. . /lib/at91.sh
  3. at91_board_detect
  4. }
  5. boot_hook_add preinit_main do_at91