mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 22:49:02 +00:00
ARM: socfpga: Register the FPGA on A10 in SPL again
The restructuring of the SPL dropped registration of the FPGA in SPL,
readd it.
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Chin Liang See <chin.liang.see@intel.com>
Cc: Dinh Nguyen <dinguyen@kernel.org>
Cc: Ley Foon Tan <ley.foon.tan@intel.com>
Fixes: c859f2a77d
("arm: socfpga: Restructure the SPL file")
This commit is contained in:
parent
e4ff8420c5
commit
af74658e04
1 changed files with 6 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
|||
#include <asm/arch/scan_manager.h>
|
||||
#include <asm/arch/sdram.h>
|
||||
#include <asm/arch/scu.h>
|
||||
#include <asm/arch/misc.h>
|
||||
#include <asm/arch/nic301.h>
|
||||
#include <asm/sections.h>
|
||||
#include <fdtdec.h>
|
||||
|
@ -79,6 +80,11 @@ void spl_board_init(void)
|
|||
|
||||
/* enable console uart printing */
|
||||
preloader_console_init();
|
||||
|
||||
WATCHDOG_RESET();
|
||||
|
||||
/* Add device descriptor to FPGA device table */
|
||||
socfpga_fpga_add();
|
||||
}
|
||||
|
||||
void board_init_f(ulong dummy)
|
||||
|
|
Loading…
Add table
Reference in a new issue