03_preinit_do_mxs.sh 93 B

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