mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-10 19:28:00 +01:00
ipq6018: Move qgic init weak functions out of PCI define
Change-Id: I79a1f2851e37ee9bf31cf1b90f7d41518677c351 Signed-off-by: Prasanna Kumar Thoorvas Samyrao Muralidharan <ptsm@codeaurora.org>
This commit is contained in:
parent
41a6ccad9e
commit
766eba24cf
1 changed files with 3 additions and 2 deletions
|
|
@ -359,8 +359,9 @@ int ipq_board_usb_init(void);
|
|||
|
||||
void board_pci_init(int id);
|
||||
__weak void board_pcie_clock_init(int id) {}
|
||||
__weak void qgic_init(void) {}
|
||||
__weak void handle_noc_err(void) {}
|
||||
#endif
|
||||
|
||||
__weak void qgic_init(void) {}
|
||||
__weak void handle_noc_err(void) {}
|
||||
|
||||
#endif /* _IPQ6018_CDP_H_ */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue