All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot]  [PATCH] imx: mx53loco: Add raw initrd support
@ 2014-11-20  7:38 Guillaume GARDET
  2014-11-20  7:47 ` Hui.Liu at freescale.com
  2014-12-01  9:35 ` Stefano Babic
  0 siblings, 2 replies; 5+ messages in thread
From: Guillaume GARDET @ 2014-11-20  7:38 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Guillaume GARDET <guillaume.gardet@free.fr>
Cc: Stefano Babic <sbabic@denx.de>
Cc: Jason Liu <r64343@freescale.com>

---
 include/configs/mx53loco.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/configs/mx53loco.h b/include/configs/mx53loco.h
index 10fb1f4..42bc3c8 100644
--- a/include/configs/mx53loco.h
+++ b/include/configs/mx53loco.h
@@ -94,6 +94,7 @@
 /* Command definition */
 #include <config_cmd_default.h>
 #define CONFIG_CMD_BOOTZ
+#define CONFIG_SUPPORT_RAW_INITRD
 
 #undef CONFIG_CMD_IMLS
 
-- 
1.8.4.5

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [U-Boot] [PATCH] imx: mx53loco: Add raw initrd support
  2014-11-20  7:38 [U-Boot] [PATCH] imx: mx53loco: Add raw initrd support Guillaume GARDET
@ 2014-11-20  7:47 ` Hui.Liu at freescale.com
  2014-11-28 16:59   ` Guillaume Gardet
  2014-12-01  9:35 ` Stefano Babic
  1 sibling, 1 reply; 5+ messages in thread
From: Hui.Liu at freescale.com @ 2014-11-20  7:47 UTC (permalink / raw)
  To: u-boot

> -----Original Message-----
> From: Guillaume GARDET [mailto:guillaume.gardet at free.fr]
> Sent: Thursday, November 20, 2014 3:39 PM
> To: u-boot at lists.denx.de
> Cc: Guillaume GARDET; Stefano Babic; Liu Hui-R64343
> Subject: [U-Boot] [PATCH] imx: mx53loco: Add raw initrd support
> 
> Signed-off-by: Guillaume GARDET <guillaume.gardet@free.fr>
> Cc: Stefano Babic <sbabic@denx.de>
> Cc: Jason Liu <r64343@freescale.com>

Acked-by: Jason Liu <r64343@freescale.com>

> 
> ---
>  include/configs/mx53loco.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/include/configs/mx53loco.h b/include/configs/mx53loco.h
> index 10fb1f4..42bc3c8 100644
> --- a/include/configs/mx53loco.h
> +++ b/include/configs/mx53loco.h
> @@ -94,6 +94,7 @@
>  /* Command definition */
>  #include <config_cmd_default.h>
>  #define CONFIG_CMD_BOOTZ
> +#define CONFIG_SUPPORT_RAW_INITRD
> 
>  #undef CONFIG_CMD_IMLS
> 
> --
> 1.8.4.5

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [U-Boot] [PATCH] imx: mx53loco: Add raw initrd support
  2014-11-20  7:47 ` Hui.Liu at freescale.com
@ 2014-11-28 16:59   ` Guillaume Gardet
  2014-11-28 17:09     ` Stefano Babic
  0 siblings, 1 reply; 5+ messages in thread
From: Guillaume Gardet @ 2014-11-28 16:59 UTC (permalink / raw)
  To: u-boot


Le 20/11/2014 08:47, Hui.Liu at freescale.com a ?crit :
>> -----Original Message-----
>> From: Guillaume GARDET [mailto:guillaume.gardet at free.fr]
>> Sent: Thursday, November 20, 2014 3:39 PM
>> To: u-boot at lists.denx.de
>> Cc: Guillaume GARDET; Stefano Babic; Liu Hui-R64343
>> Subject: [U-Boot] [PATCH] imx: mx53loco: Add raw initrd support
>>
>> Signed-off-by: Guillaume GARDET <guillaume.gardet@free.fr>
>> Cc: Stefano Babic <sbabic@denx.de>
>> Cc: Jason Liu <r64343@freescale.com>
> Acked-by: Jason Liu <r64343@freescale.com>

Stefano, anything blocking this patch?

>
>> ---
>>   include/configs/mx53loco.h | 1 +
>>   1 file changed, 1 insertion(+)
>>
>> diff --git a/include/configs/mx53loco.h b/include/configs/mx53loco.h
>> index 10fb1f4..42bc3c8 100644
>> --- a/include/configs/mx53loco.h
>> +++ b/include/configs/mx53loco.h
>> @@ -94,6 +94,7 @@
>>   /* Command definition */
>>   #include <config_cmd_default.h>
>>   #define CONFIG_CMD_BOOTZ
>> +#define CONFIG_SUPPORT_RAW_INITRD
>>
>>   #undef CONFIG_CMD_IMLS
>>
>> --
>> 1.8.4.5
>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [U-Boot] [PATCH] imx: mx53loco: Add raw initrd support
  2014-11-28 16:59   ` Guillaume Gardet
@ 2014-11-28 17:09     ` Stefano Babic
  0 siblings, 0 replies; 5+ messages in thread
From: Stefano Babic @ 2014-11-28 17:09 UTC (permalink / raw)
  To: u-boot

On 28/11/2014 17:59, Guillaume Gardet wrote:
> 
> Le 20/11/2014 08:47, Hui.Liu at freescale.com a ?crit :
>>> -----Original Message-----
>>> From: Guillaume GARDET [mailto:guillaume.gardet at free.fr]
>>> Sent: Thursday, November 20, 2014 3:39 PM
>>> To: u-boot at lists.denx.de
>>> Cc: Guillaume GARDET; Stefano Babic; Liu Hui-R64343
>>> Subject: [U-Boot] [PATCH] imx: mx53loco: Add raw initrd support
>>>
>>> Signed-off-by: Guillaume GARDET <guillaume.gardet@free.fr>
>>> Cc: Stefano Babic <sbabic@denx.de>
>>> Cc: Jason Liu <r64343@freescale.com>
>> Acked-by: Jason Liu <r64343@freescale.com>
> 
> Stefano, anything blocking this patch?

Nothing, it will be applied

Regards,
Stefano

-- 
=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [U-Boot] [PATCH] imx: mx53loco: Add raw initrd support
  2014-11-20  7:38 [U-Boot] [PATCH] imx: mx53loco: Add raw initrd support Guillaume GARDET
  2014-11-20  7:47 ` Hui.Liu at freescale.com
@ 2014-12-01  9:35 ` Stefano Babic
  1 sibling, 0 replies; 5+ messages in thread
From: Stefano Babic @ 2014-12-01  9:35 UTC (permalink / raw)
  To: u-boot

On 20/11/2014 08:38, Guillaume GARDET wrote:
> Signed-off-by: Guillaume GARDET <guillaume.gardet@free.fr>
> Cc: Stefano Babic <sbabic@denx.de>
> Cc: Jason Liu <r64343@freescale.com>
> 
> ---

Applied to u-boot-imx, thanks !

Best regards,
Stefano Babic


-- 
=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-12-01  9:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-20  7:38 [U-Boot] [PATCH] imx: mx53loco: Add raw initrd support Guillaume GARDET
2014-11-20  7:47 ` Hui.Liu at freescale.com
2014-11-28 16:59   ` Guillaume Gardet
2014-11-28 17:09     ` Stefano Babic
2014-12-01  9:35 ` Stefano Babic

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.