spl.h 262 B

123456789101112
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * Copyright 2016 Google, Inc
  4. */
  5. #ifndef __FREESCALE_BOARD_SPL_H
  6. #define __FREESCALE_BOARD_SPL_H
  7. void fsl_spi_spl_load_image(uint32_t offs, unsigned int size, void *vdst);
  8. void fsl_spi_boot(void) __noreturn;
  9. #endif