diff options
| author | Chin Liang See <[email protected]> | 2014-07-22 04:28:35 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2014-08-29 15:50:54 -0400 |
| commit | 3ab019e1dc39c69ae7fd0e15b080ef6c59cd138f (patch) | |
| tree | e9832b3f75646bdeb80e9fe1bc4a8bbce01b65ac /arch/arm/include | |
| parent | 51fb455f82b08ef1bf21b5c51181d26fef56df03 (diff) | |
socfpga: Fix SOCFPGA build error for Altera dev kit
To fix the build error when build for Altera dev kit, not
virtual target. At same time, set the build for Altera dev
kit as default instead virtual target. With that, U-Boot
is booting well and SPL still lack of few drivers.
Signed-off-by: Chin Liang See <[email protected]>
Cc: Pavel Machek <[email protected]>
Cc: Marek Vasut <[email protected]>
Cc: Tom Rini <[email protected]>
Cc: Albert Aribaud <[email protected]>
Diffstat (limited to 'arch/arm/include')
| -rw-r--r-- | arch/arm/include/asm/arch-socfpga/scan_manager.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-socfpga/scan_manager.h b/arch/arm/include/asm/arch-socfpga/scan_manager.h index f9be6211b3d..b2686d3cdb6 100644 --- a/arch/arm/include/asm/arch-socfpga/scan_manager.h +++ b/arch/arm/include/asm/arch-socfpga/scan_manager.h @@ -87,4 +87,6 @@ extern const uint32_t iocsr_scan_chain2_table[ extern const uint32_t iocsr_scan_chain3_table[ ((CONFIG_HPS_IOCSR_SCANCHAIN3_LENGTH / 32) + 1)]; +int scan_mgr_configure_iocsr(void); + #endif /* _SCAN_MANAGER_H_ */ |
