diff options
| author | Tom Rini <[email protected]> | 2021-03-03 14:05:43 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-03-03 14:05:43 -0500 |
| commit | 5a9d8633e5e5f5253010480fb0db3742b0ea1356 (patch) | |
| tree | 6cef337796d50552504a3f0b90e07d32d2d88190 /include/cpu_func.h | |
| parent | c5219c4a18f2b27547ecd799914f94e48b0fa86f (diff) | |
| parent | 63af92e837f3d7c21ab5fc4a96ffcbf202efaf90 (diff) | |
Merge branch '2021-03-03-assorted-improvements' into next
- Clean up reset_cpu()
- Assorted arm cp15 cleanups
- Assorted cleanups throughout the tree from Simon
- TPM1 / TPM2 cleanups
Diffstat (limited to 'include/cpu_func.h')
| -rw-r--r-- | include/cpu_func.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/cpu_func.h b/include/cpu_func.h index 8aa825daa47..c3a66f04059 100644 --- a/include/cpu_func.h +++ b/include/cpu_func.h @@ -84,6 +84,6 @@ enum { */ int cleanup_before_linux_select(int flags); -void reset_cpu(ulong addr); -; +void reset_cpu(void); + #endif |
