3 /* kfr2r09 board specific boot code:
4 * converts the "partner-jet-script.txt" script into assembly
5 * the assembly code is the first code to be executed in the romImage
8 #include <asm/romimage-macros.h>
9 #include "partner-jet-setup.txt"
11 /* execute icbi after enabling cache */
15 /* jump to cached area */
24 #else /* __ASSEMBLY__ */
26 static inline void mmcif_update_progress(int nr
)
30 #endif /* __ASSEMBLY__ */