Re: [PATCH] ARM: configs: keystone: Add ramdisk support

2015-10-07 Thread Nishanth Menon
On 10/07/2015 03:31 PM, santosh shilimkar wrote: > Nishant, > > On 10/7/2015 12:56 PM, Nishanth Menon wrote: >> On 10/07/2015 02:37 PM, Arnd Bergmann wrote: >>> On Wednesday 07 October 2015 14:28:09 Nishanth Menon wrote: Add ramdisk support to allow for minimal kernel to be supported. >>

Re: [PATCH] ARM: configs: keystone: Add ramdisk support

2015-10-07 Thread santosh shilimkar
Nishant, On 10/7/2015 12:56 PM, Nishanth Menon wrote: On 10/07/2015 02:37 PM, Arnd Bergmann wrote: On Wednesday 07 October 2015 14:28:09 Nishanth Menon wrote: Add ramdisk support to allow for minimal kernel to be supported. Signed-off-by: Nishanth Menon I have not seen that in a while. Ca

Re: [PATCH] ARM: configs: keystone: Add ramdisk support

2015-10-07 Thread santosh shilimkar
On 10/7/2015 12:37 PM, Arnd Bergmann wrote: On Wednesday 07 October 2015 14:28:09 Nishanth Menon wrote: Add ramdisk support to allow for minimal kernel to be supported. Signed-off-by: Nishanth Menon I have not seen that in a while. Can you explain why the normal initramfs method doesn't wor

Re: [PATCH] ARM: configs: keystone: Add ramdisk support

2015-10-07 Thread Nishanth Menon
On 10/07/2015 02:37 PM, Arnd Bergmann wrote: > On Wednesday 07 October 2015 14:28:09 Nishanth Menon wrote: >> Add ramdisk support to allow for minimal kernel to be supported. >> >> Signed-off-by: Nishanth Menon >> > > I have not seen that in a while. Can you explain why the normal > initramfs met

Re: [PATCH] ARM: configs: keystone: Add ramdisk support

2015-10-07 Thread Arnd Bergmann
On Wednesday 07 October 2015 14:28:09 Nishanth Menon wrote: > Add ramdisk support to allow for minimal kernel to be supported. > > Signed-off-by: Nishanth Menon > I have not seen that in a while. Can you explain why the normal initramfs method doesn't work on keystone? Arnd -- To unsub

[PATCH] ARM: configs: keystone: Add ramdisk support

2015-10-07 Thread Nishanth Menon
Add ramdisk support to allow for minimal kernel to be supported. Signed-off-by: Nishanth Menon --- Based on next-20151007 (with SPI disabled) test: http://pastebin.ubuntu.com/12707715/ arch/arm/configs/keystone_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/configs/ke