432743c327
This patch adds support for the Altera SoCFPGA target. Both generic target and Terasic SoCkit boards are supported. Signed-off-by: Marek Vasut <marex@denx.de> SVN-Revision: 49367
10 lines
123 B
Bash
10 lines
123 B
Bash
#!/bin/sh
|
|
|
|
do_socfpga_detect() {
|
|
. /lib/socfpga.sh
|
|
|
|
socfpga_board_detect
|
|
}
|
|
|
|
boot_hook_add preinit_main do_socfpga_detect
|