diff options
| author | Simon Glass <[email protected]> | 2019-11-14 12:57:48 -0700 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2019-12-02 18:25:25 -0500 |
| commit | d67bdaa7999944001391fc238f00dfbaf7e9929a (patch) | |
| tree | bcf9a9cd15efea52f169419bf1c1e59f9f7669c9 /include/init.h | |
| parent | 2cf431c228776d9899dfb980086b86d4dd3b2473 (diff) | |
common: Move trap_init() out of common.h
Move this function into the init.h header file.
Signed-off-by: Simon Glass <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Reviewed-by: Daniel Schwierzeck <[email protected]>
Diffstat (limited to 'include/init.h')
| -rw-r--r-- | include/init.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/init.h b/include/init.h index 3b45e631fca..8b65b2afe42 100644 --- a/include/init.h +++ b/include/init.h @@ -208,6 +208,8 @@ int board_early_init_r(void); /* TODO([email protected]): Drop this when DM_PCI migration is completed */ void pci_init_board(void); +void trap_init(unsigned long reloc_addr); + #endif /* __ASSEMBLY__ */ /* Put only stuff here that the assembler can digest */ |
