diff options
author | Tom Rini <trini@konsulko.com> | 2018-11-18 15:47:16 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-11-18 15:47:16 -0500 |
commit | d73d81fd85e4a030ade42c4b2d13466d45090aa3 (patch) | |
tree | 01a796e2be480b2590af9357f2926968b0050db6 /arch/mips/include | |
parent | 0c4b382f9041f9f2f00246c8a0ece90dae5451be (diff) | |
parent | 1bef0c530beaaba08b8ca7a9ec6ce6dc25f62dfb (diff) |
Merge tag 'mips-pull-2018-11-18' of git://git.denx.de/u-boot-mips
- tree-wide: introduce LDFLAGS_STANDALONE
- MIPS: fix long-standing issue with linking of standalone programs
- MIPS: MT76xx: add GPIO and WDT drivers
- MIPS: MT76xx: various fixes and updates to gardena-smart-gateway board
- MIPS: MT76xx: various fixes and updates to linkit-smart-7688 board
Diffstat (limited to 'arch/mips/include')
-rw-r--r-- | arch/mips/include/asm/u-boot-mips.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/include/asm/u-boot-mips.h b/arch/mips/include/asm/u-boot-mips.h index f4bfbdc693..88438b9576 100644 --- a/arch/mips/include/asm/u-boot-mips.h +++ b/arch/mips/include/asm/u-boot-mips.h @@ -7,4 +7,6 @@ void exc_handler(void); void except_vec3_generic(void); void except_vec_ejtag_debug(void); +int arch_misc_init(void); + #endif /* _U_BOOT_MIPS_H_ */ |