diff options
Diffstat (limited to 'src/mainboard/google/cherry/reset.c')
-rw-r--r-- | src/mainboard/google/cherry/reset.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mainboard/google/cherry/reset.c b/src/mainboard/google/cherry/reset.c new file mode 100644 index 0000000000..3a97ee5393 --- /dev/null +++ b/src/mainboard/google/cherry/reset.c @@ -0,0 +1,7 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ + +#include <reset.h> + +void do_board_reset(void) +{ +} |