blob: d4689d3d7269126536b467e2caec3d4eef872594 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Simon Glassea022a32016-09-24 18:20:10 -06002/*
3 * Copyright 2016 Google, Inc
Simon Glassea022a32016-09-24 18:20:10 -06004 */
5
6#ifndef __FREESCALE_BOARD_SPL_H
7#define __FREESCALE_BOARD_SPL_H
8
9void fsl_spi_spl_load_image(uint32_t offs, unsigned int size, void *vdst);
10void fsl_spi_boot(void) __noreturn;
11
12#endif