spl.h 262 B

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