4705b2e804
This patch is V2 of the MMCIF romImage boot support for sh7724 and the Ecovec board. With this patch applied and CONFIG_ROMIMAGE_MMCIF selected the romImage kernel image can be written to a MMC card and booted directly by the sh7724 cpu. Signed-off-by: Magnus Damm <damm@opensource.se> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
11 lines
161 B
C
11 lines
161 B
C
#ifdef __ASSEMBLY__
|
|
|
|
/* do nothing here by default */
|
|
|
|
#else /* __ASSEMBLY__ */
|
|
|
|
extern inline void mmcif_update_progress(int nr)
|
|
{
|
|
}
|
|
|
|
#endif /* __ASSEMBLY__ */
|