diff options
Diffstat (limited to 'arch/arc/lib')
| -rw-r--r-- | arch/arc/lib/bootm.c | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/arch/arc/lib/bootm.c b/arch/arc/lib/bootm.c index 04d9d9cce57..57981490467 100644 --- a/arch/arc/lib/bootm.c +++ b/arch/arc/lib/bootm.c @@ -37,6 +37,11 @@ void arch_lmb_reserve(struct lmb *lmb)  	lmb_reserve(lmb, sp, (CONFIG_SYS_SDRAM_BASE + gd->ram_size - sp));  } +int arch_fixup_fdt(void *blob) +{ +	return 0; +} +  static int cleanup_before_linux(void)  {  	disable_interrupts(); | 
