summaryrefslogtreecommitdiff
path: root/board/freescale/common/spl.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/freescale/common/spl.h')
-rw-r--r--board/freescale/common/spl.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/board/freescale/common/spl.h b/board/freescale/common/spl.h
new file mode 100644
index 0000000..88c987e
--- /dev/null
+++ b/board/freescale/common/spl.h
@@ -0,0 +1,13 @@
+/*
+ * Copyright 2016 Google, Inc
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+#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