1 /* SPDX-License-Identifier: GPL-2.0 */
4 /* kfr2r09 board specific boot code:
5 * converts the "partner-jet-script.txt" script into assembly
6 * the assembly code is the first code to be executed in the romImage
9 #include <asm/romimage-macros.h>
10 #include <mach/partner-jet-setup.txt>
12 /* execute icbi after enabling cache */
16 /* jump to cached area */
25 #else /* __ASSEMBLY__ */
27 static inline void mmcif_update_progress(int nr
)
31 #endif /* __ASSEMBLY__ */