diff options
Diffstat (limited to 'roms/u-boot/board/freescale/common/spl.h')
-rw-r--r-- | roms/u-boot/board/freescale/common/spl.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/roms/u-boot/board/freescale/common/spl.h b/roms/u-boot/board/freescale/common/spl.h new file mode 100644 index 000000000..d4689d3d7 --- /dev/null +++ b/roms/u-boot/board/freescale/common/spl.h @@ -0,0 +1,12 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ +/* + * Copyright 2016 Google, Inc + */ + +#ifndef __FREESCALE_BOARD_SPL_H +#define __FREESCALE_BOARD_SPL_H + +void fsl_spi_spl_load_image(uint32_t offs, unsigned int size, void *vdst); +void fsl_spi_boot(void) __noreturn; + +#endif |