blob: 88c987ea5888d2132c59c74137d29c0703fe3a1f [file] [log] [blame]
Simon Glassea022a32016-09-24 18:20:10 -06001/*
2 * Copyright 2016 Google, Inc
3 *
4 * SPDX-License-Identifier: GPL-2.0+
5 */
6
7#ifndef __FREESCALE_BOARD_SPL_H
8#define __FREESCALE_BOARD_SPL_H
9
10void fsl_spi_spl_load_image(uint32_t offs, unsigned int size, void *vdst);
11void fsl_spi_boot(void) __noreturn;
12
13#endif