@@ -45,6 +45,7 @@ config ARM
select GENERIC_SMP_IDLE_THREAD
select KTIME_SCALAR
select GENERIC_CLOCKEVENTS_BROADCAST if SMP
+ select HAVE_EARLY_INITRD
help
The ARM series is a line of low-power-consumption RISC chip designs
licensed by ARM Ltd and targeted at embedded applications and
@@ -363,6 +363,8 @@ void __init arm_memblock_init(struct meminfo *mi,
struct machine_desc *mdesc)
/* Now convert initrd to virtual addresses */
initrd_start = __phys_to_virt(phys_initrd_start);
initrd_end = initrd_start + phys_initrd_size;
+ early_initrd_find_cpio_data((void *)initrd_start,
+ initrd_end - initrd_start);
}
#endif