03_socfpga_detect 123 B

123456789
  1. #!/bin/sh
  2. do_socfpga_detect() {
  3. . /lib/socfpga.sh
  4. socfpga_board_detect
  5. }
  6. boot_hook_add preinit_main do_socfpga_detect