Re: [PATCH 09/14] MIPS: OCTEON: Add ability to used an initrd from a named memory block.

2014-12-17 Thread Aleksey Makarov
On 12/15/2014 11:53 PM, Aaro Koskinen wrote: > On Mon, Dec 15, 2014 at 09:03:15PM +0300, Aleksey Makarov wrote: >> From: David Daney >> >> If 'rd_name=xxx' is passed to the kernel, the named block with name >> 'xxx' is used for the initrd. > > Maybe use "initrd_name" for consistency or even

Re: [PATCH 09/14] MIPS: OCTEON: Add ability to used an initrd from a named memory block.

2014-12-17 Thread Aleksey Makarov
On 12/15/2014 11:53 PM, Aaro Koskinen wrote: On Mon, Dec 15, 2014 at 09:03:15PM +0300, Aleksey Makarov wrote: From: David Daney david.da...@cavium.com If 'rd_name=xxx' is passed to the kernel, the named block with name 'xxx' is used for the initrd. Maybe use initrd_name for consistency or

Re: [PATCH 09/14] MIPS: OCTEON: Add ability to used an initrd from a named memory block.

2014-12-15 Thread Aaro Koskinen
On Mon, Dec 15, 2014 at 09:03:15PM +0300, Aleksey Makarov wrote: > From: David Daney > > If 'rd_name=xxx' is passed to the kernel, the named block with name > 'xxx' is used for the initrd. Maybe use "initrd_name" for consistency or even just "initrd" (if the xxx is not in form of "address,size"

[PATCH 09/14] MIPS: OCTEON: Add ability to used an initrd from a named memory block.

2014-12-15 Thread Aleksey Makarov
From: David Daney If 'rd_name=xxx' is passed to the kernel, the named block with name 'xxx' is used for the initrd. Signed-off-by: David Daney Signed-off-by: Leonid Rosenboim [aleksey.maka...@auriga.com: conflict resolution] Signed-off-by: Aleksey Makarov --- arch/mips/cavium-octeon/setup.c

[PATCH 09/14] MIPS: OCTEON: Add ability to used an initrd from a named memory block.

2014-12-15 Thread Aleksey Makarov
From: David Daney david.da...@cavium.com If 'rd_name=xxx' is passed to the kernel, the named block with name 'xxx' is used for the initrd. Signed-off-by: David Daney david.da...@cavium.com Signed-off-by: Leonid Rosenboim lrosenb...@caviumnetworks.com [aleksey.maka...@auriga.com: conflict

Re: [PATCH 09/14] MIPS: OCTEON: Add ability to used an initrd from a named memory block.

2014-12-15 Thread Aaro Koskinen
On Mon, Dec 15, 2014 at 09:03:15PM +0300, Aleksey Makarov wrote: From: David Daney david.da...@cavium.com If 'rd_name=xxx' is passed to the kernel, the named block with name 'xxx' is used for the initrd. Maybe use initrd_name for consistency or even just initrd (if the xxx is not in form of