Tom Rini | 83d290c | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Simon Glass | ea022a3 | 2016-09-24 18:20:10 -0600 | [diff] [blame] | 2 | /* |
3 | * Copyright 2016 Google, Inc | ||||
Simon Glass | ea022a3 | 2016-09-24 18:20:10 -0600 | [diff] [blame] | 4 | */ |
5 | |||||
6 | #ifndef __FREESCALE_BOARD_SPL_H | ||||
7 | #define __FREESCALE_BOARD_SPL_H | ||||
8 | |||||
9 | void fsl_spi_spl_load_image(uint32_t offs, unsigned int size, void *vdst); | ||||
10 | void fsl_spi_boot(void) __noreturn; | ||||
11 | |||||
12 | #endif |