diff options
Diffstat (limited to 'board/bosch/acc/acc.c')
| -rw-r--r-- | board/bosch/acc/acc.c | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/board/bosch/acc/acc.c b/board/bosch/acc/acc.c index 770ca8b711b..4a0603d0f3f 100644 --- a/board/bosch/acc/acc.c +++ b/board/bosch/acc/acc.c @@ -6,6 +6,7 @@   */  #include <common.h> +#include <cpu_func.h>  #include <bootstage.h>  #include <dm.h>  #include <dm/platform_data/serial_mxc.h> @@ -720,7 +721,7 @@ int board_fit_config_name_match(const char *name)  	return -1;  } -void reset_cpu(ulong addr) +void reset_cpu(void)  {  	puts("Hanging CPU for watchdog reset!\n");  	hang(); | 
