Re: [PATCH] ARM: parameter initrd must override FDT initrd

2014-01-11 Thread Andrew Lunn
On Sat, Jan 11, 2014 at 10:03:58AM +1000, klightsp...@killerwolves.net wrote: > The initrd_start and initrd_end as set by FDT was overriding > the phys_initrd_start and phys_initrd_size set by the initrd= > kernel parameter. This patch will ignore the initrd_start > and initrd_end set earlier if p

[PATCH] ARM: parameter initrd must override FDT initrd

2014-01-10 Thread klightspeed
The initrd_start and initrd_end as set by FDT was overriding the phys_initrd_start and phys_initrd_size set by the initrd= kernel parameter. This patch will ignore the initrd_start and initrd_end set earlier if phys_initrd_start and phys_initrd_size (as set by the initrd= parameter) are set. Sign