diff options
| author | Adrian Alonso <[email protected]> | 2015-09-03 11:49:28 -0500 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2015-09-13 10:11:54 +0200 |
| commit | 1a8150d4b16fbafa6f1d207ddb85eda7dc399e2d (patch) | |
| tree | d0ab7d1917554c24b42da7a689893de5602e546d /arch/arm/include | |
| parent | cd562c8d07c0684a49edb41eedc207fed7690f56 (diff) | |
imx: mx7dsabresd: Add support for MX7D SABRESD board
* Add i.MX7D SABRESD target board support with enabled modules:
UART, PMIC, USB/OTG, SD, eMMC, ENET, I2C, 74LV IOX.
Build target: mx7dsabresd_config
Signed-off-by: Peng Fan <[email protected]>
Signed-off-by: Fugang Duan <[email protected]>
Signed-off-by: Ye.Li <[email protected]>
Signed-off-by: Adrian Alonso <[email protected]>
Diffstat (limited to 'arch/arm/include')
| -rw-r--r-- | arch/arm/include/asm/arch-mx7/sys_proto.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-mx7/sys_proto.h b/arch/arm/include/asm/arch-mx7/sys_proto.h index f19684b0248..ca7608bd56b 100644 --- a/arch/arm/include/asm/arch-mx7/sys_proto.h +++ b/arch/arm/include/asm/arch-mx7/sys_proto.h @@ -5,3 +5,5 @@ */ #include <asm/imx-common/sys_proto.h> + +void set_wdog_reset(struct wdog_regs *wdog); |
